aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 704442ca9e575662327542d37cba9d9c2878cc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[![CircleCI](https://circleci.com/gh/bndw/wifi-card.svg?style=svg)](https://circleci.com/gh/bndw/wifi-card)

# 📶  WiFi Login Card

Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc.

It looks like this:

<img width=400 src="https://user-images.githubusercontent.com/4248167/83356910-05361c00-a31e-11ea-8735-95852b82ddcf.png">

## 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
```