Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bndw/wifi-card
📶 Print a QR code for connecting to your WiFi (wificard.io)
https://github.com/bndw/wifi-card
dogs-over-cats qrcode react wifi wificard
Last synced: 3 days ago
JSON representation
📶 Print a QR code for connecting to your WiFi (wificard.io)
- Host: GitHub
- URL: https://github.com/bndw/wifi-card
- Owner: bndw
- License: mit
- Created: 2020-05-30T19:34:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-31T15:16:13.000Z (4 months ago)
- Last Synced: 2024-12-25T22:02:35.602Z (17 days ago)
- Topics: dogs-over-cats, qrcode, react, wifi, wificard
- Language: JavaScript
- Homepage: https://wificard.io
- Size: 2.06 MB
- Stars: 6,650
- Watchers: 40
- Forks: 465
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome - bndw/wifi-card - 📶 Print a QR code for connecting to your WiFi (wificard.io) (JavaScript)
- awesome-canvas - wifi-card - 📶 Print a QR code for connecting to your WiFi (wificard.io) ![](https://img.shields.io/github/stars/bndw/wifi-card?style=social) ![](https://img.shields.io/github/forks/bndw/wifi-card?style=social) (Libraries / QR code)
- awesome - bndw/wifi-card - 📶 Print a QR code for connecting to your WiFi (wificard.io) (JavaScript)
- my-awesome - bndw/wifi-card - over-cats,qrcode,react,wifi,wificard pushed_at:2024-08 star:6.7k fork:0.5k 📶 Print a QR code for connecting to your WiFi (wificard.io) (JavaScript)
README
![ci](https://github.com/bndw/wifi-card/workflows/ci/badge.svg)
# WiFi Card
https://wificard.io
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
1. Make sure you have `yarn` installed
2. Run the live-reload server on http://localhost:3000
```
make dev
```This project uses [Prettier](https://prettier.io/) 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:
1. Add a translation to [`./src/translations.js`](./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: {
...
}
}
```2. Append an entry to the [Supported Languages](#supported-languages) table below.
## Supported Languages
| Language | Author Credit |
| ---------------------------- | -------------------------------------------------- |
| English | [bndw](https://github.com/bndw) |
| Chinese | [Baoyuantop](https://github.com/Baoyuantop) |
| Spanish | [oscfdezdz](https://github.com/oscfdezdz) |
| Portuguese | [pedrorenan](https://github.com/pedrorenan) |
| Portuguese (Brazil) | [ismaelpereira](https://github.com/ismaelpereira) |
| Japanese | [hatsu38](https://github.com/hatsu38) |
| Russian | [Teraskull](https://github.com/Teraskull) |
| Ukrainian | [Teraskull](https://github.com/Teraskull) |
| Dutch | [wouterbrink](https://github.com/wouterbrink) |
| French | [Divlo](https://github.com/Divlo) |
| Turkish | [Riza Ergun](https://github.com/rizaergun) |
| Hindi | [Pushpender](https://github.com/PushpenderSaini0) |
| Catalan | [aniol](https://github.com/aniol) |
| German | [devofthings](https://github.com/devofthings) |
| Greek | [nautilus7](https://github.com/nautilus7) |
| Indonesia | [nyancodeid](https://github.com/nyancodeid) |
| Polish | [olekstomek](https://github.com/olekstomek) |
| Arabic | [Ahmed Tokyo](https://github.com/a-tokyo) |
| Occitan | [ensag-dev](https://github.com/ensag-dev) |
| Italian | [Domenico Pascucci](https://github.com/pasmimmo) |
| Korean | [Seungbin Oh](https://github.com/sboh1214) |
| Norwegian | [tplive](https://github.com/tplive) |
| Hungarian | [munkacsimark](https://github.com/munkacsimark) |
| Serbian | [demanderbag](https://github.com/demanderbag) |
| Urdu | [mHassan11](https://github.com/mHassan11) |
| Swedish | [ddund](https://github.com/ddund) |
| Thai | [l2D](https://github.com/l2D) |
| Traditional Chinese (Taiwan) | [Dxball](https://github.com/dxball) |
| Simplified Cantonese | [ous50](https://github.com/ous50) |
| Punjabi | [phoenixgill34](https://github.com/phoenixgill34/) |
| Danish | [dk90103](https://github.com/dk90103/) |