Responsive web app that offers hiking and weather information for some of the top waterfalls in South Carolina.
https://gbclemson.github.io/Neighborhood-Map/
- You must have an active internet connection as this web app connects to google maps as well as the weather underground api.
- You must have all of the folders and files contained in this repository
- Open index.html in a browser and the application will launch
Warning: while testing / checking out the app it is important to remember that this Weather Underground key only allows up to 10 calls to the API per minute. Any more and it could be disabled for the rest of the day.
- Fully responsive
- Map and Places info from google maps API
- Weather data from Weather Underground
- Slick Slider to control how much weather data can be seen based on display size
- When a display is too small it will place the weather data on the sidebar below the locations
A big thank you to the following resources that helped me get over different hurdles along the way:
- Andrew Wodendaal - Google Maps Centering on window resize
- Stack overflow for enlightening me about the .done function and how to use the panBy method