Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.6 KB

README.md

File metadata and controls

61 lines (41 loc) · 1.6 KB

Event Mediator

[Build Status]

travis-ci

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

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links