New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mxik

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mxik

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

1.1.7
latest
Source
npm
Version published
Weekly downloads
4
Maintainers
0
Weekly downloads
 
Created
Source

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.

Keywords

mxik

FAQs

Package last updated on 08 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts