# mxik

> API client over tasnif.soliq.uz for finding mxik codes (written in TypeScript)

Latest version **1.1.7** (published 2025-02-08) · 0 weekly downloads

## Install

```sh
npm install mxik
pnpm add mxik
yarn add mxik
bun add mxik
```

## Health

**Score 40/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.7 |
| Published | 2025-02-08 |
| First published | 2022-05-11 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 38.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Aza Broflovski |
| Maintainers | azabroflovski |
| Keywords | mxik, mxikjs, mxik-js, ikpu, tasnif.soliq.uz, soliq.uz, soliq |

## Links

- npm: https://www.npmjs.com/package/mxik
- Repository: https://github.com/azabroflovski/mxik
- Homepage: https://github.com/azabroflovski/mxik#readme
- Issues: https://github.com/azabroflovski/mxik/issues
- npm.io page: https://npm.io/package/mxik

## Dependencies (1)

- [vitepress](https://npm.io/package/vitepress.md) ^1.6.3

## Recent versions

- 1.1.7 (latest) — 2025-02-08
- 1.1.6 — 2025-02-08
- 1.1.5 — 2025-02-08
- 1.1.4 — 2025-01-26
- 1.1.3 — 2024-07-21
- 1.1.2 — 2024-07-21
- 1.1.1 — 2024-07-21
- 1.1.0 — 2024-07-21
- 1.0.0 — 2024-07-21
- 0.4.6 — 2023-03-20
- 0.4.5 — 2023-03-20
- 0.4.4 — 2022-09-22
- 0.3.4 — 2022-06-24
- 0.2.3 — 2022-05-26
- 0.2.2 — 2022-05-25
- … 2 more at https://npm.io/package/mxik/versions

## README

# mxik

js/ts client for tasnif.soliq.uz

## Installation

You can install the package via


```sh 
npm i mxik # pnpm i mxik | bun add mxik
```

## Importing the Package
After installing the package, you can import it into your project. Below is an example of how to import the package:

#### ES6
```ts 
import { MxikClient } from 'mxik'
```

#### CommonJS
```ts
const MxikClient = require('mxik')
```

## Usage
Here are some examples of how to use the package:

```ts 
import { MxikClient } from 'mxik'

const mxik = new MxikClient()

// find by any keyword
await mxik.search('Футболка')

// or get mxik code detais
await mxik.code('06111001018000000')
```

## License
This project is licensed under the MIT License. See the LICENSE file for more details.

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