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
Markdown
IDTBeyond Angular Demo App
========
This is an example Angular application for the IDT Beyond API.
[](http://badge.fury.io/js/idtbeyond-angular)
[](https://circleci.com/gh/IDTLabs/IDTBeyond-Angular/tree/master)
[](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.


## Testing
Running `grunt test` will run the unit tests with karma.