tomshen / whereami

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%