mtn-sdk
v1.0.0
Published
An SDK to interact with MTN's data and airtime transfer APIs.
Readme
MTN SDK
An SDK to interact with MTN's data and airtime transfer APIs.
Installation
npm install mtn-sdkUsage
const MTNHelper = require('mtn-sdk');
const helper = new MTNHelper('your_api_key_here');
helper.transferAirtime('2348031234567', '2349062058463', 100, '1234')
.then(response => console.log('Transfer successful:', response))
.catch(error => console.error('Error:', error));Features
- Transfer airtime
- Transfer data
- Easy configuration
License
MIT
