Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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: