質問編集履歴
2
タイトルを変更しました
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
p
|
1
|
+
curlコマンドでOpenweatherAPI叩いてデータを出力したい
|
test
CHANGED
File without changes
|
1
誤字を修正しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
curl http://api.openweathermap.org/data/2.5/weather?zip=1
|
17
|
+
curl http://api.openweathermap.org/data/2.5/weather?zip=143-0025,jp&APPID=736b624bfa43beaeaf9d7ca3072XXXXX | jq .
|
18
18
|
|
19
19
|
```
|
20
20
|
|