Skip to content

Simple package for API calls tasnif.soliq.uz (written in TypeScript ⚡) ️

License

Notifications You must be signed in to change notification settings

azabroflovski/mxik-js

Repository files navigation

mxik

js/ts client for tasnif.soliq.uz

Installation

You can install the package via

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

import { MxikClient } from 'mxik'

CommonJS

const MxikClient = require('mxik')

Usage

Here are some examples of how to use the package:

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.

About

Simple package for API calls tasnif.soliq.uz (written in TypeScript ⚡) ️

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •