Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lgeiger/ergday

Get a new erg workout each day :muscle:
https://github.com/lgeiger/ergday

Last synced: 19 days ago
JSON representation

Get a new erg workout each day :muscle:

Awesome Lists containing this project

README

        

# ErgDay :muscle:

Get a new erg workout each day.

## Add a new workout

To add a new workout edit [`data/workouts.json`](data/workouts.json) and send a pull request. Each workout requires a `title` and a `program` array defining the steps in the workout, e.g.:
```json
{
"title": "2 x 2k",
"program": [
"10 min warmup",
"2000 m race time + 10 s",
"3 min rest",
"2000 m race time + 10 s"
]
}
```