https://github.com/reloadly/reloadly-nodejs-sdk-demo
A Node JS project that depicts how to use Reloadly's Node JS SDK
https://github.com/reloadly/reloadly-nodejs-sdk-demo
Last synced: 6 months ago
JSON representation
A Node JS project that depicts how to use Reloadly's Node JS SDK
- Host: GitHub
- URL: https://github.com/reloadly/reloadly-nodejs-sdk-demo
- Owner: Reloadly
- License: mit
- Created: 2021-11-12T16:27:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T16:44:58.000Z (about 3 years ago)
- Last Synced: 2025-01-13T05:14:22.497Z (about 1 year ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/Reloadly/reloadly-sdk-nodejs)
- 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