Package Exports
- sd-venues
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (sd-venues) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
sd-venues
Venues from Foursquare close to me
Required
process.env.FOURSQUARE_ID
process.env.FOURSQUARE_SECRET
Example
var foursquare = require('sd-venues');
foursquare.venues({
lat: 12.1941957,
lng: -86.0990518
}, function(data) {
console.log(JSON.stringify(data, null, 2));
});