Inspiration

This project is part of local hack day. since weather reports are very important nowadays this project seems appropriate along with the project being very cool

What it does

The project is basically a python script that takes the location as an input and creates a URL whose content is then fetched as a python dictionary

How we built it

we use one python module for the task called requests

requests to get the content from the URL and get json data

code :

for fetching data from url

response = requests.get(URL)

for getting json data

 weather_info = response.json()

What we learned

we learn about API along with how to fetch and use them

Built With

Share this project:

Updates