1.0.9 • Published 5 years ago

@nethris/joking v1.0.9

Weekly downloads
10
License
MIT
Repository
-
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago