Skip to content

Nikitaa19/Weather-Forecast-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast Dashboard ☀️☔️

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

Example screenshot of flask_weather application

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.