Skip to content

realtkco/node-lzt

 
 

Repository files navigation

Lolzteam API for node.js

⚠️ Attention! This project uses ES modules.

Please make sure you have "type": "module" in your package.json

Installation

npm i lzt or, if you prefer yarn yarn add lzt

Example usage

import { LZTApi } from 'lzt'

const api = new LZTApi({ token: 'your api token' })

const me = await api.users.getUser()
const myPayments = await api.market.getPayments()

console.log(me, myPayments)

About

Lolzteam API for node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%