This is an example Angular application for the IDT Beyond API.
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.
- 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
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.