chuck norris joke with nodejs
npm install chuck-joke-nodesh
$ npm i chuck-joke-node
`
$3
`sh
const joke = require('chuck-joke-node')
joke.random()
.then((data) => {
console.log(data)
})
.catch(error => {
console.log(error)
})
// joke.search('php')
// .then((data) => {
// console.log(data)
// })
// .catch(error => {
// console.log(error)
// })
// joke.cat('dev')
// .then((data) => {
// console.log(data)
// })
// .catch(error => {
// console.log(error)
// })
``