chuck-norris-api
v1.0.9
Published
Node JS interface library into the Internet Chuck Norris Database API
Downloads
143
Readme
chuck-norris-api
Node JS interface into the Internet Chuck Norris Database API
All calls return promises which can be accessed by calling.then( function(data) {...})
Full technical documentation available here
Example
const api = require('chuck_norris_api');
api.getRandom(options).then(function (data) {
console.log(data.value.joke);
});