foursquare-venues
This a simple nodejs implementation of the Foursquare Venues API with userless access (no OAuth token requried). It will make the API call and return the parsed json result.
Install
Just run as usual: npm install foursquare-venues
Test
Test suites are built with Mocha and chai.js. To run the suite execute: npm test
This will check for code quality with jshint and run through the entire test suite.
Exemple
var Foursquare = ; var foursquare = 'CLEINT_ID' 'SECRET_ID'; foursquare; foursquare; foursquare; foursquare;
Note
Please report any bug, issue, ... on the issue list