UNPKG
this-is-bad-api
Version:
latest (0.0.2-fixed)
0.0.2
0.0.2-fixed
0.0.2-b
0.0.2-a
0.0.1
API wrapper for this-is-a-bad.site
this-is-bad-api
/
test
/
test.js
6 lines
(4 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
const
api =
require
(
'../index.js'
);
const
BadAPI
=
new
api.
BadAPI
(
'YOUR_TOKEN'
);
// const BadAPI = new api.BadAPI();
console
.
log
(
BadAPI
.
getMeme
());