The Trail Finder hiking app allows users to retrieve hiking trail data based on a city/state search, and view a detailed map of the trail.
https://charliearray.github.io/api-hiking-app/
This is an asynchronous web app that makes GET data requests to two API's and appends the results into the HTML using jQuery.
- Google Geocode API - converts city/state data into a lat/long geographic coordinate position.
- Hiking Project API - lat/long data is used as a query parameter to find locations in proximity to lat/long position.
JavaScript/jQuery/HTML/CSS
- Implement an Autocomplete feature in the City/State input form for faster searches and avoid location misspelling Possible API > Google API: Autocomplete for Addresses and Search Terms
- Implement more robust image results of various locations.