1.0.0 • Published 3 years ago

betterapi-helper v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

<<<<<<< HEAD

BetterApi

=======

What is this?

A BetterApi helper, to make things simpler to use

Installation

npm install BetterAPI --save

Getmeme

const BetterApi = require("BetterAPI")

const meme = await BetterApi.getmeme("TOKEN HERE");
//Gets the json of the BetterApi
console.log(meme.link)
//Logs the meme link

110aa03 (first commit)