A simple placard API client library for node.js.
$ npm install placard-apiconst placard = require('placard-api');
(async ()=>{
const nextEvents = await placard.nextEvents();
})();- faq() -> Promise
- fullSportsBook() -> Promise
- info() -> Promise
- nextEvents() -> Promise
To run the test suite, first install the dependencies, then run npm test:
$ npm install
$ npm test