Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.