UnitPay API wrapper for Node.js
Documentation https://help.unitpay.ru and https://help.unitpay.money
$ npm install unitpay-apiimport UnitPay from 'unitpay-api'
const unitpay = new UnitPay({
domain: 'unitpay.ru',
secretKey: 'secretKey',
})See examples in src/examples directory