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.
In order to display the map, I used an online map called Open Street Map
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.