1.0.6 • Published 5 years ago

jp-wrapper v1.0.6

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

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago