1.2.3 • Published 4 years ago

fun-api-wrapper v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

fun-api-wrapper

Node API Wrapper for a Fun API

Simple API wrapper for a Fun API

  • Easy to use
  • Full API coverage

Installing

npm i fun-api-wrapper

8Ball Command

const funapi = require('fun-api-wrapper');
let eightball = await funapi.eightball('QUESTION');
console.log(eightball);

Coin Flip Command

const funapi = require('fun-api-wrapper');
let coinflip = await funapi.coinflip();
console.log(coinflip);

All credits go to @adrifcastr for this help file.

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago