- Notifications
You must be signed in to change notification settings - Fork0
Unofficial API Wrapper for JokeAPI
License
NotificationsYou must be signed in to change notification settings
QGIsK/jokeapi-wrapper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Node.js wrapper for the JokeAPI with only one dependencyisomorphic-unfetch.
npm i @qgisk/jokeapi-wrapper
For the full wrapper documentation checkoutthis
For complete API documentation, up-to-date parameters, responses and errors, please refer toJokeAPI.
// Import the wrapper libraryimportJokeAPIfrom'@qgisk/jokeapi-wrapper';// Initiate the clientconstJokeClient=newJokeAPI();// Create a function that gets a jokeconstget=async()=>{constjoke=awaitJokeClient.getJoke();console.log(joke);};// Execute the functionget();
About
Unofficial API Wrapper for JokeAPI
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published