Web Application built on AngularJS to access the AIOMedia API.
This is a quick overview of the AIOMedia Web Application. For more information visit the Project Wiki.
Clone project repository into your_project_name
directory.
$ git clone [email protected]:AIOMedia/AIOApplication-web.git your_project_name
Download zip archive and extract it into your project directory.
- AngularJS v1.2.18 - https://angularjs.org
- jQuery v2.1.1 - http://jquery.com/
- jQuery UI v1.11.1 - http://jqueryui.com
- Twitter Bootstrap v3.3.1 - http://getbootstrap.com
- Font Awesome v4.2.0 - http://fortawesome.github.io/Font-Awesome
If you want to modify or add feature to the Web Application you will need some tools to publish your changes (e.g. compile less files, concatenate js files).
- Node.js - Download & Install Node.js
- NPM Package Manager - Download & Install NPM
Install project dependencies
$ cd your_project_name
$ npm install
The MIT License (MIT). See LICENSE file for more information.
- Axel Penin (Elorfin) as main author