Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 3.03 KB

README.md

File metadata and controls

39 lines (24 loc) · 3.03 KB

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.