What does it do? It allows you to generate a QR code with your wifi credentials. The QR code can be scanned someone who wants to join the network. Aft

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-11 16:30:05

What does it do? It allows you to generate a QR code with your wifi credentials. The QR code can be scanned someone who wants to join the network. After, it will be automatically joined to your network. No password sharing.

Make a post request to http://localhost:3000/wifi with {"ssid": "", "password": ""}, and you will receive an SVG with your QR code. You can save it, print it... And if you own an AirBnb and your wifi password is 20 characters of gibberish, handwritten on a table, please put a qr code there instead.

Leave a Comment