1.0.9 • Published 3 years ago

@nethris/joking v1.0.9

Weekly downloads
10
License
MIT
Repository
-
Last release
3 years ago

@nethris/joking

A participative API. All the users can submit their jokes!

Table of Contents

Install

npm:

npm install @nethris/joking

yarn:

yarn add @nethris/joking

Usage

Node

Random Joke

const joke = require('@nethris/joking');

joke.getRandJoke('fr').then(j => console.log(`${j.question}\n${j.answer}`))

Joke by ID

const joke = require('@nethris/joking');

joke.getJokeByID('fr', 3).then(j => console.log(`${j.question}\n${j.answer}`))

License

MIT © NETHRIS

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago