Skip to content

mxik

package for api calls tasnif.soliq.uz ️

Zero dependency and fully typed, try now

Getting Started ​

Installation ​

You can install the package using the following command:

sh
npm i mxik
sh
pnpm i mxik
sh
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')

Go to API Reference to see more methods

Contributing ​

If you would like to contribute to the project, please read the contributing guidelines.

License ​

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