Skip to content

Iula79/project_bluepoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Project Blue Point Route Finder: "Because your commute doesn't have to be an uphill battle"

Mission Statement:

Our app was designed to find the path between two points that offers the fewest number of hills. Thus, making your trip a lot easier.

To accomplish this task we utilized:

App abilities and functionality:

The Google Maps API allowed us to get route data as well as possible alternative routes to our destination. We then had to split up the route data into steps and retrieve the latitude and longitude data for those steps. Once we had this data we were able to pass it into the elevation API and retrieve the elevation for each point in our paths. We were able to then utilize this data and the standard deviation from the average elevation to determine which path had the fewest number of hills and elevation changes. All users on our site will be able to search for the ideal route between any two given points. Our app also allows users to create a unique account and save favorite routes. These favorite routes will display when the user is signed in.

Sources:

Standard deviation: http://derickbailey.com/ Charts: http://www.chartjs.org/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •