Skip to content

l-ray/mediator

Repository files navigation

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

About

javascript mediator for incoming heterogen events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published