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ś)