1.1.1 • Published 10 years ago

ssid-checkin v1.1.1

Weekly downloads
4
License
BSD
Repository
github
Last release
10 years ago

ssid-checkin

auto check-in to foursquare when you join known wifi networks

npm.io

inspired by https://github.com/wijnanb/SSID-FourSquare-Checkin

how to use

  1. set env variable FSQTOKEN to a foursquare API token for your user account, or pass the token in as process.argv[2] below

  2. make a file called venues.json with data like this:

{
  "cafe3016": "51a1a818498e8fe19886b480"
}

(ssid on the left, foursquare venue id on the right)

  1. install, then run in the same folder as venues.json:
npm install ssid-checkin -g
ssid-checkin
1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago