Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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