Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T21:52:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T09:36:05.013Z (almost 2 years 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