/Wifi-QRCode-Generator

A basic script to generate an image with a QR Code to easily share your Wifi. 📶 #NodeJs

Primary LanguageJavaScriptMIT LicenseMIT

Wifi QRCode generator

GitHub License GitHub Repo stars Support this project

A basic script to generate an image with a QR Code to easily share your Wifi. 📶

Example

How to use

Install dependencies with:

npm install

Start the script with and follow the instructions:

npm start

How to contribute/develop

There is a devcontainer on that project already configured, feel free to use it.

Install dependencies with:

npm install

Start the script:

npm start

You can open a pull request with your new additions.