Skip to content

Given an origin and destination in the U.S., this web application finds the best places to fuel a class 8 diesel truck.

Notifications You must be signed in to change notification settings

benuklove/Best-Fuel-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS50x_Final_Project

Given an origin and destination in the U.S., this web application finds the best places to fuel a class 8 diesel truck.

It uses Google's Maps Javascript API to access their Directions Service, Distance Matrix API, and Places Library. It will keep track of your user settings (current fuel level, etc) via PHP sessions and it accesses data from a MySQL database that has been populated by web scraping fuel price/location info from major diesel fuel retailers.

It then determines optimal fuel stops along your selected route.

This is all served from localhost as I have yet to transfer it to a commercial server.
Update: available at https://benlove.info/login.php

*** You will need a Google API Key to actually use this. ***

Alas, I would have liked to do my final project in C, but I had the problem in mind first, and given the tools available I took what I thought was the appropriate path.

I would like to thank: David Malan, and all of the current and former staff who put together this amazing course - not the least of whom are Zamyla, Allison, Nate, Tommy, Rob, Daven, Glenn, Christopher, Chris, Bannus, Kevin, Mark, Jackson, and Lauren. Also, social moderators and active members like Kareem, Brenda, and Cliff. Finally, thank you to Harvard and EdX!

About

Given an origin and destination in the U.S., this web application finds the best places to fuel a class 8 diesel truck.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published