JSPM

sd-venues

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q9901F
  • License MIT

Venues from Foursquare close to me

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));
});

More info

https://developer.foursquare.com/docs/venues/search