A road trip planning application and hackathon project developed in 48 hours in a team of four that allows users to plot out a driving route with multiple stops and recommends restaurants and points of interest along the way.
- JavaScript
- jQuery
- jQuery UI
- HTML5
- CSS3
- Google Maps API
- DarkSky API
Try the application live at https://roadster.adisonlay.com/.
- Travelers can enter a road trip start location.
- Travelers can add stops to their route.
- Travelers can reorder their trip stops.
- Travelers can view a map of their route.
- Travelers can view the weather conditions for a location.
- Travelers can view a list of points of interest near a location.
- Travelers can select points of interest to visit along their route.
- Travelers can view their trip itinerary with selected location information.
- Travelers can print their road trip summary.
- Google Maps API Key
-
Clone the repository.
git clone https://github.com/adisonlay/roadster.git cd roadster -
Add Google Maps API Key to
keys.jsbased on the configuration file in thejsdirectory. -
Open the application in your browser.
open index.html