brandwatch-api

0.4.0 • Public • Published

node-brandwatch-api

Really, really simple NodeJS wrapper for the Brandwatch API that wraps request. Build Status

Usage

var BrandwatchAPI = require('brandwatch-api').BrandwatchAPI,
    api = new BrandwatchAPI({apiUrl: 'http://api.brandwatch.com:80'}, {
        auth: access_token
    });

// "api" is a wrapped request object
api.get('/user', function(err, res, body){
});

As the module is just a wrapper around request the API is the same

Contributing

Contributions accepted - please just ensure you have unit tests, update documentation, and adhere to the linting rules

Readme

Keywords

none

Package Sidebar

Install

npm i brandwatch-api

Weekly Downloads

115

Version

0.4.0

License

MIT

Unpacked Size

14.2 kB

Total Files

13

Last publish

Collaborators

  • stevem.brandwatch
  • brandwatch
  • spmason