Skip to content

rwth-acis/activity-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

activity-tracker

An Activity Tracker Web Component, built using Polymer.

See the component page for more information.

Usage

The element has one attribute:

url - The base URL of the activity tracker service.

Example

<activity-tracker url="https://requirements-bazaar.org/beta/activities"></activity-tracker>

Development Environment

This element is best tested during development using polymer serve. To install the Polymer CLI, run

npm install -g polymer-cli

Install all component dependencies with

polymer install

You may then use it to start a small development server using

polymer serve