Retrieve independent information for calendar events from multiple independent sources, recognize/harmonize identical events on client side and orders them on a user given rule set.
By today, the project provides the following functionality
- overview over sources
- calendar-view
- list of events
- detail view of a single event
- recycle bin
- tag cloud of categories of all calendar events
You will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.