1.0.6 • Published 4 years ago

jp-wrapper v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago