/Weather-Dashboard

The aim is to build a weather dashboard with Python & Flask that takes in a zip code, crawls the OpenWeatherMap API and returns the results to the user!

Primary LanguageCSS

Flask Weather App

This is a Flask (Python) application that uses api to fetch current weather on basis of city name.

Setup

  • Install Dependencies
  • Hit the following command
    • pip install requirement.txt
  • Run
    • python app.py

Functionality

  • Takes City Name as Input from the user.
  • Use the api call to search the city name.
  • Bring data as JSON file.
  • Filter the JSON data and gives proper output.