Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stjohnjohnson/extralife-tracker
An extra-life tracker for Stream Elements that his the Extra-Life API directly
https://github.com/stjohnjohnson/extralife-tracker
extralife streamelements
Last synced: about 1 month ago
JSON representation
An extra-life tracker for Stream Elements that his the Extra-Life API directly
- Host: GitHub
- URL: https://github.com/stjohnjohnson/extralife-tracker
- Owner: stjohnjohnson
- License: mit
- Created: 2020-11-06T19:51:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-15T06:41:44.000Z (about 4 years ago)
- Last Synced: 2024-12-08T13:46:12.850Z (about 1 month ago)
- Topics: extralife, streamelements
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extralife-tracker
A set of widgets for Stream Elements to track Extra Life progress
## Widgets
### Goal Progress Bar
![goal progress bar example](/goal-progress/example.png)
### Recent Donations
![recent donations example](/recent-donations/example.png)
## Installation
Follow the steps of the [blog post](https://blog.streamelements.com/how-can-you-become-a-code-guru-87071f223e1b) or [GitHub page](https://github.com/StreamElements/widgets) to install it.
## Testing
There's a quick script `generate-example.py` that will flatten the files HTML you can test in your browser without having to use StreamElements UI.
```bash
$ ./generate-example.py goal-progress > example.html
$ open example.html
```