1.0.0 • Published 5 months ago
mtn-sdk v1.0.0
MTN SDK
An SDK to interact with MTN's data and airtime transfer APIs.
Installation
npm install mtn-sdk
Usage
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
1.0.0
5 months ago