Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Fastest-Coder-First/Weather_Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Description: API Usage: use of open weather Map's API key generated through their website to request the weather condition of a given city. Copilot suggested to request.get() method to fetch the data and to convert it into a jason file Data Parsing: The contents of the jason file is taken into the main list and from that the individual consitions like temperature, pressure and description are stored in different variable which are then printed. Copilot assisted by helping to parse the jason file in a organised manner .

How the program work: You need to install the requests package of the python by pip install requests. Our API key is already generated in the file. Open the file in Command Line and give it a city name, it returns and weather condition.

command line weather report terminal Code Developers: Firoz Uddin Gauhar [email protected] Aabid Hussain [email protected] Ahmadullah Khan [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages