/whereami

Simple Node service that returns the location of your last Foursquare checkin

Primary LanguageJavaScript

whereami

Simple Node service that returns the location of your last Foursquare checkin.

Setup

  1. Create a Foursquare app.
  2. Generate an OAuth token for yourself.
  3. Create config.json:
{
    "foursquareAccessToken": "..."
}
  1. yarn
  2. yarn start