Fusio AngularJS Todo-App
About
This is a simple Todo-App written in AngularJS which uses an API provided by Fusio. This is a great example howto connect to a Fusio API with an Javascript application. More informations about Fusio at http://fusio-project.org
A online demo is also available at: http://demo.fusio-project.org/app
Build
To build the app you have to execute the following commands:
npm install
bower install
grunt
You have also to adjust the fusio_url in the index.html so that it points
to your Fusio API endpoint.