Last active
July 13, 2016 13:37
-
-
Save bradfrost/863b0f57b36d31e23fab7c9418bf5dd5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"blockFeature":{ | |
"number":"4,500", | |
"headline":{ | |
"short":"Feet of Elevation Gain" | |
}, | |
"progress":{ | |
"max":"100", | |
"progressValue":"100", | |
"label":"Progress: 100%" | |
} | |
}, | |
"tileList":[ | |
{ | |
"number":"16", | |
"headline":{ | |
"short":"National Parks" | |
}, | |
"progress":{ | |
"max":"100", | |
"progressValue":"20", | |
"label":"Progress: 20%" | |
} | |
}, | |
{ | |
"number":"500", | |
"headline":{ | |
"short":"Hikes" | |
}, | |
"progress":{ | |
"max":"100", | |
"progressValue":"40", | |
"label":"Progress: 40%" | |
} | |
}, | |
{ | |
"number":"62,500", | |
"headline":{ | |
"short":"Calories Burned" | |
}, | |
"progress":{ | |
"max":"100", | |
"progressValue":"60", | |
"label":"Progress: 60%" | |
} | |
}, | |
{ | |
"number":"94,300,843", | |
"headline":{ | |
"short":"Steps" | |
}, | |
"progress":{ | |
"max":"100", | |
"progressValue":"80", | |
"label":"Progress: 80%" | |
} | |
} | |
], | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment