File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,46 @@ To run this:
99 ```
1010 python weather.py "New York"
1111 ```
12- This will grab the weather information of "New York" state in the US.
12+ This will grab the weather information of "New York" state in the US:
13+ ```
14+ Weather for: New York, NY, USA
15+ Now: wednesday 2:00 PM
16+ Temperature now: 20°C
17+ Description: Mostly Cloudy
18+ Precipitation: 0%
19+ Humidity: 52%
20+ Wind: 13 km/h
21+ Next days:
22+ ======================================== wednesday ========================================
23+ Description: Mostly Cloudy
24+ Max temperature: 21°C
25+ Min temperature: 12°C
26+ ======================================== thursday ========================================
27+ Description: Sunny
28+ Max temperature: 22°C
29+ Min temperature: 14°C
30+ ======================================== friday ========================================
31+ Description: Partly Sunny
32+ Max temperature: 28°C
33+ Min temperature: 18°C
34+ ======================================== saturday ========================================
35+ Description: Sunny
36+ Max temperature: 30°C
37+ Min temperature: 19°C
38+ ======================================== sunday ========================================
39+ Description: Partly Sunny
40+ Max temperature: 29°C
41+ Min temperature: 21°C
42+ ======================================== monday ========================================
43+ Description: Partly Cloudy
44+ Max temperature: 30°C
45+ Min temperature: 19°C
46+ ======================================== tuesday ========================================
47+ Description: Mostly Sunny
48+ Max temperature: 26°C
49+ Min temperature: 16°C
50+ ======================================== wednesday ========================================
51+ Description: Mostly Sunny
52+ Max temperature: 25°C
53+ Min temperature: 19°C
54+ ```
You can’t perform that action at this time.
0 commit comments