Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaitherdb/water-finder
Helps find campgrounds in a specified search area by zip code while returning the forecast.
https://github.com/gaitherdb/water-finder
localstorage materializecss-framework third-party-api
Last synced: 5 days ago
JSON representation
Helps find campgrounds in a specified search area by zip code while returning the forecast.
- Host: GitHub
- URL: https://github.com/gaitherdb/water-finder
- Owner: Gaitherdb
- License: mit
- Created: 2021-07-07T23:41:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T20:34:07.000Z (about 3 years ago)
- Last Synced: 2024-12-04T10:12:01.204Z (2 months ago)
- Topics: localstorage, materializecss-framework, third-party-api
- Language: JavaScript
- Homepage:
- Size: 691 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Water-Finder
*** API NOT CURRENTLY ACCESSIBLE. OUT OF ORDER.
## DescriptionCampGround finder is a small app that will help find campgrounds in a specified search area by zip code. The app will return results based on a zipcode and search radius provided by the user. The app will also return the weather for all search results.
## Instructions
To make the web app function, you must go to https://cors-anywhere.herokuapp.com/corsdemoto to request temporary access.
Visit [CampGround Finder](https://gaitherdb.github.io/Water-Finder/) to open the app.
Type in the zipcode you want to search and the radius, 50 miles, 100 miles, or 250 miles. The app will also save your past three searches to local storage.
## APIs and Framework
CampGround Finder uses the Places API from google, and the Openweather current day API and onecall API.
https://developers.google.com/maps/documentation/places/web-service/overview
https://openweathermap.org/apiWe used Materialize CSS framwork for structure and form inputs.
https://materializecss.com/
## Contributors
This project was concieved and built by David Gaither, Laeticia Ndutiye, and Ryan Radford.
Contact Info: David Gaither: [email protected], Laeticia Ndutiye: [email protected], Ryan Radford: [email protected]
Instructors from the UofR fullstack bootcamp were instrumental with debugging and troubleshooting.
![screenshot](assets/images/CampGroundFinderSS.png)