Just an API with functions
npm install ertuapijs
const ertuapi = require('ertuapi')
const ErtuAPI = new ertuapi("token" / unrequire if exists process.env.ErtuAPIkey/, {/baseURL: "URL" - if has a mirror or clone of this API/})
`
*
Using
*
Expample
`js
ErtuAPI.meme().then(i => console.log(i))
``