Using Joke-Teller with jokes.one

JavaScript integration

Install
npm install Joke-Teller
Gets `Joke of the Day`. Optional `category` param determines the category of …
curl \
  -H "X-JokesOne-Api-Secret: $API_KEY" \
  /jod
Gets a `Joke` with a given `id`.
curl \
  -H "X-JokesOne-Api-Secret: $API_KEY" \
  /joke
Get the list of jokes in your private collection.
curl \
  -H "X-JokesOne-Api-Secret: $API_KEY" \
  /joke/list
SDK on GitHub 📄 API Docs
SDK
Joke-Teller
JavaScript
API
jokes.one
jokes.one
At a glance
Language JavaScript
Endpoints12