@nqhd3v/crazy
v0.1.20
Published
a crazy package
Downloads
316
Readme
blueprint - integrate with APIs
Login
import Blueprint from "@nqhd3v/blueprint";
async function sample() {
const b = new Blueprint("your_username", "your_password");
await b.login();
return b.user;
}Punch
import Blueprint from "@nqhd3v/blueprint";
async function sample() {
const b = new Blueprint("your_username", "your_password");
await b.login();
const punchResult = await b.punch();
return punchResult;
}