0.1.1 • Published 10 months ago
node-marzban-api-client v0.1.1
node-marzban-api-client
NodeJS async client for accessing MarzbanAPI
Installation
Using npm:
npm install node-marzban-api-client
Usage
const client = new Marzban('http://127.0.0.1:8000/');
client.auth('login', 'password');
const user = client.user.get('username');
console.log(user);
Documentation
License
Distributed under the MIT License. See LICENSE
for more information.