Skip to content

Commit 592c33b

Browse files
authored
Create README.md
1 parent adc808f commit 592c33b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Weather Updates
2+
3+
## Aim
4+
To fetch weather updates of any city
5+
## Short description of package/script
6+
7+
- Here we will fetch the weather updates from the url of the weather website through requests and getting the formatted output using bs4 library.Here we can fetch the data of any city.
8+
- List out the libraries imported are bs4 and requests.
9+
10+
## Setup instructions
11+
12+
We just need to get the url for fetching the weather updates and paste it in the script and then using bs4 we will get the only necessary things in the output.
13+
14+
15+
## Output
16+
17+
![image](Images/output_1(weather).png)
18+
![image](Images/output_2(weather).png)
19+
20+
## Author(s)
21+
22+
Neel Shah

0 commit comments

Comments
 (0)