jcdecaux
v0.1.0
Published
JCDecaux API
Downloads
1
Readme
JCDecaux API
A library for https://api.jcdecaux.com/vls/v1
Install
Install the current version (and save it as a dependency):
$ npm install jcdecaux --save
Usage
var api = new JCDecauxApi({key: 'YOUR_KEY'});
api.contracts.getAll(function(err, contracts) {
console.log(contracts);
});
Running tests
npm test
License
MIT