My Runs

Strava API Project

Command-line

Project Explanation

Generic Coding Image

Utilised Strava's API to send POST and GET requests to track data about my runs. I then used JavaScript to display this data on my map.

I used Postman to send my POST and GET requests. These requests were made to retrieve my personal refresh and authorisation tokens for Strava's API.

Cool Features!

Display of the Map
In order to display the map, I used an online map called Open Street Map

Polyline Decoding
I then had to decode the coordinates of my runs as they were in a string format. Hence, I had to use a Polyline decoder to get the numeric value to then add to my map.