foursquare-streams

0.0.1 • Public • Published

SYNOPSIS

A simple streaming abstraction for foursquare's REST APIs

DESCRIPTION

If you for some reason want to collect the garbage that is foursquare's data, but you want to do it with streams, here's a module for it. Zing!

USAGE

var fsconn = {
  clientId: '2DSWUN',
  clientSecret: 'YCSISJ'
}
 
var foursquare = require('foursquare-streams').createClient(fsconn)
 
var opts = {
  'near': 'NYC',
  'limit': 50,
}
 
foursquare.getVenues(opts).pipe(...) // pipe that stream, dog!

INSTALL

$ npm install foursquare-streams

Readme

Keywords

none

Package Sidebar

Install

npm i foursquare-streams

Weekly Downloads

1

Version

0.0.1

License

BSD

Last publish

Collaborators

  • hij1nx