Skip to content

r-e-d-ant/Weather-App

Repository files navigation

Weather-App

Web App to show weather.

---- SEE IT IN DEMO HERE -----

• First of all, This web app need an API key to work, so you must sign up for your api key at OpenWeatherMap
After signing up insert it where it's write "ENTER_YOUR_API_KEY_HERE in 'routes.py' at line 10"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# ======== ENTER YOUR API KEY HERE. ========
api_key = "API_KEY"                         # == GET ONE HERE => https://home.openweathermap.org/users/sign_up
# ==========================================

• For other advanced results go to Google Maps API to signup for maps API.

After signing up insert it where it's write "INSERT_YOUR_API_KEY_HERE in 'index.html' at line 50 "

<script src="https://maps.googleapis.com/maps/api/js?key=INSERT_YOUR_API_KEY_HERE&callback=initMap&libraries=&v=weekly" async>
</script>

------- ====== Then After all of this ============ --------

Type in terminal:
  • pip3 -r requirements.txt
  • python3 run.py

--- ==== screenshots ===== ---

• Phone View


• Tablet View


• Tablet View menu


• Computer View


About

Responsive Web App to show Weather, Built in Flask and a weather API from OpenWeather. Try demo online: http://titomuto.pythonanywhere.com/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published