Skip to content

Instantly share code, notes, and snippets.

View dgvalde's full-sized avatar

David dgvalde

  • Germany
View GitHub Profile
@dgvalde
dgvalde / power_workout_template.json
Last active October 16, 2020 18:03
Example of workout with power intervals for Movescount
{
"name": "Power Intervals",
"steps": [
{
"duration": {
"durationName": "time",
"value": 60.0
},
"target": {
"targetName": "power",
@dgvalde
dgvalde / download_workout.sh
Last active October 28, 2020 06:40
Movescount Workouts helper
#!/bin/bash
#Credits
#margusl (https://gist.github.com/marguslt)
#David (https://gist.github.com/dgvalde)
source mc_env.sh
echo "App key: $APPKEY"
echo "User key: $USERKEY"