UNPKG

idtbeyond-angular

Version:

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

39 lines (25 loc) 1.5 kB
IDTBeyond Angular Demo App ======== This is an example Angular application for the IDT Beyond API. [![npm version](https://badge.fury.io/js/idtbeyond-angular.svg)](http://badge.fury.io/js/idtbeyond-angular) [![Circle CI](https://circleci.com/gh/IDTLabs/IDTBeyond-Angular/tree/master.svg?style=svg)](https://circleci.com/gh/IDTLabs/IDTBeyond-Angular/tree/master) [![Bower version](https://badge.fury.io/bo/idtbeyond-angular.svg)](http://badge.fury.io/bo/idtbeyond-angular) ## Getting started with IDT Beyond To use this service, sign up for a free account at: [https://app.idtbeyond.com](https://app.idtbeyond.com), or read the documentation at [https://app.idtbeyond.com/docs](https://app.idtbeyond.com/docs). ## Requirements - [npm](https://www.npmjs.com/) - [bower](http://bower.io/#install-bower) - [grunt](http://gruntjs.com/getting-started) ## 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](https://cloud.githubusercontent.com/assets/2286035/6511765/dd686dca-c33c-11e4-92a1-efab86af4e1e.png) ![idt-beyond_iatu-settings](https://cloud.githubusercontent.com/assets/2286035/6511766/dd688df0-c33c-11e4-8af6-2fe3b0247c4c.png) ## Testing Running `grunt test` will run the unit tests with karma.