Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 666 Bytes

readme.md

File metadata and controls

31 lines (24 loc) · 666 Bytes

MICROSMS-JS

Microsms-js is a simple wrapper for MicroSMS API

Installation

npm i microsms-js

or

yarn add microsms-js

Example Usage

const MicrosmsApi = require('microsms-js')
const microsms = new MicrosmsApi(shopID, hash, hashType)

const transactionURL = microsms.generateTransaction(amount, webhookURL, redirectURL, description, controlID)

Links

GitHub Repository
npm package
Author's website

Author

Jakub Macioł (kuvuś)

License

MIT