mirror of https://github.com/bndw/wifi-card.git
Una webapp per stampare un codice QR per la connessione al tuo WiFi
https://wificard.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.github | 2 years ago | |
.husky | 2 years ago | |
public | 2 years ago | |
src | 2 weeks ago | |
.dockerignore | 2 years ago | |
.gitignore | 3 years ago | |
.prettierrc.json | 2 years ago | |
Dockerfile | 2 months ago | |
LICENSE.md | 2 years ago | |
Makefile | 2 years ago | |
README.md | 4 months ago | |
package.json | 2 months ago | |
yarn.lock | 2 weeks ago |
README.md
WiFi Card
Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, hang on the wall for guests at home or in the hotel, etc.


Running locally
Run the official Docker image on http://localhost:8080
make run
Development
- Make sure you have
yarn
installed - Run the live-reload server on http://localhost:3000
make dev
This project uses Prettier formatting. All pull requests must pass the automated lint checks before merging. Prettier format is run automatically as a pre-commit hook.
Language Contribution Guide
We would love for you to contribute to different languages and help make it even better than it is today! As a language contributor, here are some steps we would like you to follow:
-
Add a translation to
./src/translations.js
. Here's an example of the German translation:{ id: 'de-DE', // locale code name: 'German - Deutsch', // Display name in the format 'latinName - nativeName' rtl: false, // Optional, true if this is a right-to-left language translation: { ... } }
-
Append an entry to the Supported Languages table below.
Supported Languages
Language | Author Credit |
---|---|
English | bndw |
Chinese | Baoyuantop |
Spanish | oscfdezdz |
Portuguese | pedrorenan |
Portuguese (Brazil) | ismaelpereira |
Japanese | hatsu38 |
Russian | Teraskull |
Ukrainian | Teraskull |
Dutch | wouterbrink |
French | Divlo |
Turkish | Riza Ergun |
Hindi | Pushpender |
Catalan | aniol |
German | devofthings |
Greek | nautilus7 |
Indonesia | nyancodeid |
Polish | olekstomek |
Arabic | Ahmed Tokyo |
Occitan | ensag-dev |
Italian | Domenico Pascucci |
Korean | Seungbin Oh |
Norwegian | tplive |
Hungarian | munkacsimark |
Serbian | demanderbag |
Urdu | mHassan11 |
Swedish | ddund |
Thai | l2D |
Traditional Chinese (Taiwan) | Dxball |
Simplified Cantonese | ous50 |
Punjabi | phoenixgill34 |
Danish | dk90103 |