Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelbroseghini/park-ometer
:camping: Web application for finding the best next five days to visit a National Park of choice.
https://github.com/rafaelbroseghini/park-ometer
ajax flask-application googlemaps-api national-parks-api weather-api
Last synced: 16 days ago
JSON representation
:camping: Web application for finding the best next five days to visit a National Park of choice.
- Host: GitHub
- URL: https://github.com/rafaelbroseghini/park-ometer
- Owner: RafaelBroseghini
- Created: 2018-04-05T15:59:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T15:13:23.000Z (over 6 years ago)
- Last Synced: 2024-10-22T09:59:35.349Z (2 months ago)
- Topics: ajax, flask-application, googlemaps-api, national-parks-api, weather-api
- Language: HTML
- Homepage:
- Size: 21.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Park-Ometer :tent:
* Web application that uses the Google maps APIs along with OpenWeatherMap API to
display the forecast for the next five days at/around a National Park of the user's choice.
* **If you like camping and things related to it, see my other app [Yelp-Camp](https://github.com/RafaelBroseghini/Yelp-Camp/)**## Usage
* `git clone [email protected]:RafaelBroseghini/Park-Ometer.git`
* `cd Park-Ometer`
* `python3 parkOmeter.py`
## Features
* [Google Maps API](https://cloud.google.com/maps-platform/)
* [OpenWeatherMap API](https://openweathermap.org/api)
* [National Parks API](https://www.nps.gov/subjects/digital/nps-data-api.htm)
* AJAX## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :+1: