From 32988435ce2e42d300a43300ba58cb5fc1eac23f Mon Sep 17 00:00:00 2001 From: Brian Shaler Date: Thu, 7 Jun 2012 20:43:58 -0700 Subject: [PATCH] README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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