Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

Node JS interface library into the Internet Chuck Norris Database API

License

Notifications You must be signed in to change notification settings

lobobabysaurus/chuck-norris-api

Repository files navigation

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);
});

About

Node JS interface library into the Internet Chuck Norris Database API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •