https://github.com/therapychat/time-counter
Web Component to display an incremental timer
https://github.com/therapychat/time-counter
counter polymer time timer web-component
Last synced: 8 months ago
JSON representation
Web Component to display an incremental timer
- Host: GitHub
- URL: https://github.com/therapychat/time-counter
- Owner: TherapyChat
- License: apache-2.0
- Created: 2017-11-13T09:48:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T18:30:58.000Z (about 8 years ago)
- Last Synced: 2025-08-25T03:10:48.265Z (10 months ago)
- Topics: counter, polymer, time, timer, web-component
- Language: HTML
- Size: 37.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/TherapyChat/time-counter)
[](https://www.webcomponents.org/element/therapychat/time-counter)
[](http://standardjs.com)
# \
Web Component to display an incremental timer
Intall:
```bash
bower install -S time-counter
```
Example of use:
```html
```
## Documentation
Checkout the [webcomponents page](https://www.webcomponents.org/element/therapychat/time-counter).
## Changelog
See [CHANGELOG](./CHANGELOG.md) file.
## Contributing
Please read [CONTRIBUTING](./CONTRIBUTING.md) file to follow good practices.
You will need [NodeJS](https://nodejs.org).
1. Close the repo: `git clone git@github.com:TherapyChat/time-counter.git`
1. Install dependencies: `npm install`
1. Code!
1. Test: `npm test`
1. Create a [Pull Request](https://github.com/therapychat/time-counter/pulls)
### Contributors
- [Alberto Fernandez](https://github.com/AlbertoFdzM)
## License
This project is available under the `Apache License 2.0`. See the [LICENSE](./LICENSE) file for more info.