Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Demo a simple checkout process complete with SMS, Airtime, M-Pesa and USSD

License

Notifications You must be signed in to change notification settings

AfricasTalkingLtd/iot-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IoT Store

<

Demo a simple checkout process complete with SMS, Airtime, M-Pesa and USSD

Get Started

Assuming you have node and git installed, run the following:

$ git clone https://github.com/AfricasTalkingLtd/iot-store.git
$ cd iot-store
$ # vim config/default.json and add your API key, username and other configs. e.g:
$ # {
$ #    "africastalking": {
$ #       "username": "def", // your app username on Africa's Talking
$ #       "apiKey": "abc", // your app API Key
$ #       "senderId": null, // if you don't have an alphanumeric or short code
$ #       "ussd": "*384*1409#", // your USSD code
$ #       "payments": {
$ #           "product": "IoT Store" // Your Payment product
$ #       }
$ #    }
$ # }
$ npm install
$ npm start # Now open http://localhost:3000/

Happy Coding!

/>

About

Demo a simple checkout process complete with SMS, Airtime, M-Pesa and USSD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published