Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 694 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 694 Bytes

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