Skip to content

cache117/cs462-foursquare-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Tenanted APIs and OAuth Lab

Simple node server to interact with Foursquare's API.

To get this working, first create file config/default.json. It should have the following structure:

{
  "foursquare": {
    "secrets": {
      "clientId": "CLIENT_ID",
      "clientSecret": "CLIENT_SECRET",
      "redirectUrl": "http://localhost:3000/callback"
    }
  }
}

About

Multi-Tenanted APIs and OAuth Lab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published