Skip to content

A sample node.js Application which uses the Locative NPM module to authenticate via the Locative oAuth v2 API an retrieve your fencelogs

Notifications You must be signed in to change notification settings

semaf/nodejs-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geofancy-node-sample

A simple node.js App to demonstrate the use of the Geofancy NPM module for authenticating against the Geofancy oAuth v2 API

To use it just clone the repo and head over to the Geofancy Developer Portal to create a oAuth 2 App, then copy config.example.json to config.json and open it up

cp config.example.json config.json && vim config.json

Enter your oAuth 2 App's Client ID and Client Secret, then

npm install

and run it

node app.js

Point your browser to

http://0.0.0.0:3000

That's it!

About

A sample node.js Application which uses the Locative NPM module to authenticate via the Locative oAuth v2 API an retrieve your fencelogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.4%
  • HTML 23.7%
  • CSS 3.9%