YAWIFI is a Node.js web application that generates QR codes for Wi-Fi networks. It allows users to quickly generate a QR code for their Wi-Fi network, which can be scanned by their friends and family to connect to the Wi-Fi network without typing in the SSID and password.
- Generate QR codes for Wi-Fi networks
- Supports WPA and WPA2 encryption
- Customize the SSID and password for your Wi-Fi network
- Download the generated QR code as a PNG image
- Easy to use and lightweight
To install YAWIFI, follow these steps:
- Clone the repository:
git clone https://github.com/altan-me/yawifi.git
- Install the dependencies:
npm install
- Start the application:
npm start
- Open your browser and go to http://localhost:8080
- Open YAWIFI in your web browser
- Enter the SSID and password for your Wi-Fi network
- Click the "Generate" button
- The QR code for your Wi-Fi network will be displayed on the screen
YAWIFI uses the qrcode
library to generate QR codes for Wi-Fi networks. The library is included as a dependency in the package.json
file and is automatically installed when you run npm install
. The library is called in the POST /wifi
route to generate the QR code data.
YAWIFI was built using the following open source software: