Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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