0.3.5 • Published 6 years ago

tb-api-wrapper v0.3.5

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

TB-API-WRAPPER

Please follow the guide carefully.

npm install tb-api-wrapper --save

##NOTE: ##THESE ARE ASYNC FUNCTIONS AND REQUIRE AWAIT

First create a object holding the API details and function:

const api = require('tb-api-wrapper')
let TBapi = new api.API(token='YOUR SECRET TOKEN HERE', dev=false) //or true

TBapi.quote(id='ID')
TBapi.fortune(id='ID')
TBapi.joke(id='ID', category='category')
TBapi.fml(id='ID')

All the arguments are optional however you CANNOT have two args in TBapi.joke()

#NOTICE: ##To obtain a token please email (gangnam253@gmail.com)

0.3.5

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.0.1

6 years ago