teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

タイトルを変更しました

2019/09/09 14:42

投稿

kobaryo4565
kobaryo4565

スコア5

title CHANGED
@@ -1,1 +1,1 @@
1
- postmanではAPI叩けるのにコマンドcurlはapiキ無効になる
1
+ curlコマンドでOpenweatherAPI叩いてデタを出力したい
body CHANGED
File without changes

1

誤字を修正しました

2019/09/09 14:42

投稿

kobaryo4565
kobaryo4565

スコア5

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=182-0025,jp&APPID=736b624bfa43beaeaf9d7ca3072XXXXX | jq .
9
+ curl http://api.openweathermap.org/data/2.5/weather?zip=143-0025,jp&APPID=736b624bfa43beaeaf9d7ca3072XXXXX | jq .
10
10
  ```
11
11
 
12
12
  ```terminal