Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 645 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 645 Bytes

reloadly-nodejs-sdk-demo

A Node JS project that depicts how to use Reloadly's Node JS SDK

Getting started

  • Clone this repository
  • Install dependencies via NPM or Yarn
  • Install Reloadly's Node JS SDK - see steps on how to do that here
  • In token.js, balance.js and topup.js, replace the existing client credentials with your Reloadly client credentials. N.B: Your credentials are sensitive and should not be exposed
  • To make a top-up, replace the existing mobile number in the topup.js file with your mobile number and run the app via the npm start or npm watch command