1.0.1 • Published 1 year ago

joke-sdk v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Joke-SDK

A simple API wrapper that pulls random jokes from

Author: 5.H.4.D.0.W

Example

const jokeAPI = require('joke-sdk');

jokeAPI.getRandomJoke()
	.then(j => console.log(`Random Joke : \n${j.setup}\n${j.punchline}`))
	.catch(e => console.error(e));

jokeAPI.getRandomDadJoke()
	.then(dj => console.log(`\nRandom Dad Joke : \n${dj.joke}`))
	.catch(e => console.error(e));
1.0.1

1 year ago

1.0.0

1 year ago