An Activity Tracker Web Component, built using Polymer.
See the component page for more information.
The element has one attribute:
url - The base URL of the activity tracker service.
<activity-tracker url="https://requirements-bazaar.org/beta/activities"></activity-tracker>
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