Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rwth-acis/activity-tracker
- Owner: rwth-acis
- License: apache-2.0
- Created: 2015-08-12T13:52:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T17:31:59.000Z (over 3 years ago)
- Last Synced: 2024-07-14T17:42:53.051Z (4 months ago)
- Language: HTML
- Homepage: https://rwth-acis.github.io/activity-tracker/components/activity-tracker/
- Size: 2.96 MB
- Stars: 3
- Watchers: 34
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - rwth-acis/activity-tracker - An Activity Tracker HTML5 Element. (others)
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
```