@f97/pyload-js
v0.0.1
Published
[](https://ci.f97.xyz/IDM/pyload-js)
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-jsExample 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()