# lzt-browser

> Lolzteam API for browser

Latest version **0.2.4** (published 2022-07-05) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install lzt-browser
pnpm add lzt-browser
yarn add lzt-browser
bun add lzt-browser
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.4 |
| Published | 2022-07-05 |
| First published | 2022-06-16 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=14.0.0 |
| Dependencies | 1 |
| Unpacked size | 44.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ne-lanskoy |
| Maintainers | ne-lanskoy |
| Keywords | lzt, lolz, lolzteam, zelenka |

## Links

- npm: https://www.npmjs.com/package/lzt-browser
- Repository: https://github.com/ne-lanskoy/lzt-browser
- Homepage: https://github.com/ne-lanskoy/lzt-browser#readme
- Issues: https://github.com/ne-lanskoy/lzt-browser/issues
- Funding: https://zelenka.guru/market/balance/transfer?username=%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B5%D0%B9%D0%9B%D1%8B%D0%BA%D0%BE%D0%B2&comment=node-lzt
- npm.io page: https://npm.io/package/lzt-browser

## Dependencies (1)

- [node-fetch](https://npm.io/package/node-fetch.md) ^3.2.3

## Recent versions

- 0.2.4 (latest) — 2022-07-05
- 0.2.3 — 2022-06-16

## README

# [Lolzteam](https://lolz.guru/) API for node.js

## ⚠️ Attention! This project uses ES modules.
### Please make sure you have `"type": "module"` in your package.json

## [Документация](https://github.com/NztForum/node-lzt/blob/master/docs-ru.md)

## Installation
`npm i lzt`
or, if you prefer yarn
`yarn add lzt`

## Example usage

```js
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)
```

---
_Source: https://npm.io/package/lzt-browser · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
