diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d3ccf6 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +## wifi-watcher + +This simple node app will frequently request a small web resource (on S3) to see if your HTTP requests are being redirected by a wifi hotspot. + +If you get redirected, the app can try to detect which hotspot you're on and log in with the specified credentials. + +To get it running, clone this repository and then install dependencies: + + npm install + +Then, run the app: + + node app.js + +You can edit app.js to add rules for new wifi hotspots. Right now, it's set up to detect and log in on the wifi at [Cartel Coffee in Tempe](http://cartelcoffeelab.com/) \ No newline at end of file