<!-- automd:badges color=yellow -->
npm install monobank-client

Monobank API client for Node.js and browsers.
This package provides a simple way to interact with Monobank API. It supports both personal and corporate API.
Install package:
``sh✨ Auto-detect
npx nypm install monobank-client
Import:
ESM (Node.js, Bun)
`js
import { Mono, MonoCorporate, MonoRegistrar } from 'monobank-client'
`CommonJS (Legacy Node.js)
`js
const { Mono, MonoCorporate, MonoRegistrar } = require('monobank-client')
`CDN (Deno, Bun and Browsers)
`js
import { Mono, MonoCorporate, MonoRegistrar } from 'https://esm.sh/monobank-client'
`Mono
Development
local development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using pnpm install
- Run interactive tests using pnpm dev`Published under the MIT license.
Made by community 💛
---
_🤖 auto updated with automd_