Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 927 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 927 Bytes

MUUV

Single page web-app for tracking workout statistics and routes

Muuv acts as a journal for recording personal workouts

  • Create/Edit/Delete workouts manually
  • Create workout routes via the Google Maps Api

CHECK IT OUT HERE

The Google Maps API allows users to draw and save routes they have or plan to travel during various workouts, it also provides users with information pertaining to the route such as distance and elevation change

  • A series of clicks is used in order to create the route
  • The clicks are then saved as latitude and longitude coordinate pairs which are then encoded for use by the Google Maps Api
  • A request sent to the Google Maps Api returns the route redrawn on the map, which can then be displayed as a static image Route Creator

Workout Entry