- 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
git clone git@github.com:RafaelBroseghini/Park-Ometer.git
cd Park-Ometer
python3 parkOmeter.py
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request 👍