idtbeyond-angular
v1.0.2
Published
Angular services module that can be used to interact with the IDT Beyond API to post a topup.
Downloads
13
Readme
IDTBeyond Angular Demo App
This is an example Angular application for the IDT Beyond API.
Getting started with IDT Beyond
To use this service, sign up for a free account at: https://app.idtbeyond.com, or read the documentation at https://app.idtbeyond.com/docs.
Requirements
Setup your environment
- Make sure above requirements are fulfilled. (see site documentation in links above)
- Within the project's root directory,
cd ./example
npm install
bower install
grunt
grunt serve
Build & development
Run grunt
for building and grunt serve
for preview.
Testing
Running grunt test
will run the unit tests with karma.