πͺΆ
Zero dependency
Minimalist and Lightweight at 1kb
package for api calls tasnif.soliq.uz οΈ
Zero dependency and fully typed, try now
You can install the package using the following command:
npm i mxik
pnpm i mxik
bun add mxik
After installing the package, you can import it into your project. Below is an example of how to import the package:
import { MxikClient } from 'mxik'
const MxikClient = require('mxik')
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')
Go to API Reference to see more methods
If you would like to contribute to the project, please read the contributing guidelines.
This project is licensed under the MIT License. See the LICENSE file for more details.