UNPKG

dodge

Version:

An API client for Foursquare's Venues Service

11 lines (8 loc) 343 B
Dodge = require './src/index' foursq = new Dodge { "clientId": "QVUPBRTUHUUXDL1RYE4EXZ0JYHPJWP0VWD24VLUWDIP01MUE", "clientSecret": "1UOVZ13DJBXMFKX2T54N44NXQAJ4YRMEL15GOXLS2NPIBONN" } foursq.venues.photos {venueId: '4a6e2600f964a52008d41fe3', group: 'venue', limit: 1}, (err, data) -> console.log 'err', err console.log 'data', data