just-joke
v1.1.16
Published
This is a simple package that just get a random api, including chuck norris joke
Maintainers
Readme
just-joke
This is a simple package that just get a random api, including chuck norris joke
User Guide
Using the npm package manager
npm i -D just-jokeUsing case
import { getJoke, category } from "just-joke";
// Get a random joke
const joke = getJoke();
// Get a random joke, using category
const targetJoke = getJoke(category[0]);Api Reference
https://api.chucknorris.io/
