Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rwth-acis/activity-tracker

An Activity Tracker HTML5 Element.
https://github.com/rwth-acis/activity-tracker

Last synced: 5 days ago
JSON representation

An Activity Tracker HTML5 Element.

Awesome Lists containing this project

README

        

# activity-tracker
An Activity Tracker Web Component, built using Polymer.

See the [component page](https://rwth-acis.github.io/activity-tracker) for more information.

## Usage
The element has one attribute:

url - The base URL of the activity tracker service.

## Example
```html

```

## 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
```