This is a javascript/typescript wrapper for the JP-backend
Easily use the JP-backend in Javascript.
I mainly made this api for my frontend
import { Requester, PostCollection } from "jp-wrapper";
var r = new Requester();
var pc = new PostCollection(r);
var MoGo = pc.by_title("MoGo");
console.log(MoGo.description);
MoGo is a Discord Bot