質問編集履歴
2
タイトルを変更しました
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
curlコマンドでOpenweatherAPI叩いてデータを出力したい
|
body
CHANGED
File without changes
|
1
誤字を修正しました
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
```bash
|
7
7
|
echo "[INFO]処理開始"
|
8
8
|
|
9
|
-
curl http://api.openweathermap.org/data/2.5/weather?zip=
|
9
|
+
curl http://api.openweathermap.org/data/2.5/weather?zip=143-0025,jp&APPID=736b624bfa43beaeaf9d7ca3072XXXXX | jq .
|
10
10
|
```
|
11
11
|
|
12
12
|
```terminal
|