1.0.9 • Published 8 years ago

chuck-norris-api v1.0.9

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
8 years ago

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

8 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago