Skip to content

Commit 8915335

Browse files
committed
Add weather
1 parent 90d4662 commit 8915335

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

weather.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Weather
2+
3+
## info
4+
5+
## vars
6+
```sh
7+
APPNAME="weather"
8+
CITY="Beijing"
9+
```
10+
11+
## ams amsterdam
12+
```sh
13+
apps weather run --arg CITY="Amsterdam"
14+
```
15+
16+
## default pek peking beijing run
17+
```sh
18+
curl -sL https://wttr.in/${CITY}
19+
```
20+

0 commit comments

Comments
 (0)