Share your code.
ssid-checkinpublic
ssid-checkin
auto check-in to foursquare when you join known wifi networks
inspired by https://github.com/wijnanb/SSID-FourSquare-Checkin
how to use
-
set env variable
FSQTOKEN
to a foursquare API token for your user account, or pass the token in asprocess.argv[2]
below -
make a file called
venues.json
with data like this:
{ "cafe3016": "51a1a818498e8fe19886b480"}
(ssid on the left, foursquare venue id on the right)
- install, then run in the same folder as
venues.json
:
npm install ssid-checkin -gssid-checkin