idtbeyond-angular

Angular services module that can be used to interact with the IDT Beyond API to post a topup.


Keywords
angular, angularjs, IDT, Beyond, IDTBeyond
License
ISC
Install
npm install idtbeyond-angular@1.0.2

Documentation

IDTBeyond Angular Demo App

This is an example Angular application for the IDT Beyond API.

npm version Circle CI Bower version

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

  1. Make sure above requirements are fulfilled. (see site documentation in links above)
  2. Within the project's root directory, cd ./example
  3. npm install
  4. bower install
  5. grunt
  6. grunt serve

Build & development

Run grunt for building and grunt serve for preview.

idt-beyond_iatu-example idt-beyond_iatu-settings

Testing

Running grunt test will run the unit tests with karma.