1.0.6 • Published 3 years ago

jp-wrapper v1.0.6

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

JP-wrapper

This is a javascript/typescript wrapper for the JP-backend

Purpose

Easily use the JP-backend in Javascript. I mainly made this api for my frontend

Example

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
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago