@f97/pyload-js
v0.0.1
Published
[![Build Status](https://ci.f97.xyz/api/badges/IDM/pyload-js/status.svg)](https://ci.f97.xyz/IDM/pyload-js)
Downloads
1
Readme
Unofficial pyload API SDK for Nodejs
Install
If you just want to use pyload, you should use this command:
npm install @f97/pyload-js
# OR
yarn add @f97/pyload-js
Example Usage
const Pyload = require("@f97/pyload-js");
const py = new Pyload('https://py.f97.xyz')
await py.login({
username: 'admin',
password: 'password'
})
const types = await py.getAccountTypes()