All Projects → maxogden → ssid-checkin

maxogden / ssid-checkin

Licence: other
node program that checks you in to foursquare based on what wifi ssid you are connected to

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

ssid-checkin

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

how to use

mac app

see /app folder for instructions

command line

  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

credit

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].