fours

0.0.1 • Public • Published

Fours

Minimalist streaming API client for Fouresquare.

Heavily ripping off inspired by https://github.com/diy/diy-client written by Andrew Sliwinski.

Installation

npm install fours

Basic Use

var fours = require('fours')(
        'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', // client_id
        'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'  // client_secret shhhh
    );
 
var request = fours({
    method: 'GET',
    uri:    '/venues/search?near=San%20Francisco,CA'
}).pipe(process.stdout);
 
request.on('error', function (err) {
    // Oh noes! 
});
 

Readme

Keywords

none

Package Sidebar

Install

npm i fours

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • drk