/wifi-card

📶 Print a QR code for connecting to your WiFi

Primary LanguageJavaScript

CircleCI

WiFi Card

Print a neat little card with your WiFi info and stick it on the fridge.

It looks like this:

Running locally

Run the latest Docker image on http://localhost:8080

docker run --rm -p 8080:80 bndw/wifi-card:latest

Or run the live-reload server on http://localhost:8080

make dev