Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/progamesigner/wificard
Print a QR code for connecting to your WiFi network (wificard.0x148.com)
https://github.com/progamesigner/wificard
qrcode svelte sveltekit tailwindcss wifi wificard
Last synced: about 2 months ago
JSON representation
Print a QR code for connecting to your WiFi network (wificard.0x148.com)
- Host: GitHub
- URL: https://github.com/progamesigner/wificard
- Owner: progamesigner
- Created: 2023-01-31T09:42:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T03:11:53.000Z (4 months ago)
- Last Synced: 2024-09-18T06:29:43.316Z (4 months ago)
- Topics: qrcode, svelte, sveltekit, tailwindcss, wifi, wificard
- Language: Svelte
- Homepage: https://wificard.0x148.com
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wi-Fi Card
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/progamesigner/wificard)
https://wificard.0x148.com
Print a simple card with Wi-Fi details. Tape it to fridge, keep it in wallet, or display it in store, etc.
## Development
Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```sh
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of app:
```sh
npm run build
```You can preview the production build with `npm run preview`.
# Contributions
Special thanks to [wifi-card](https://github.com/bndw/wifi-card) for the idea inspiration.