質問編集履歴

4

API取得サイトの追記

2018/04/28 18:23

投稿

SasamiDaifuku
SasamiDaifuku

スコア6

test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,16 @@
8
8
 
9
9
 
10
10
 
11
+ 追記2018/04/29
12
+
13
+ 因みにWeather APIはここから持ってきています(おそらく)
14
+
15
+ [Weather API 入手先](https://www.apixu.com/)
16
+
17
+
18
+
19
+
20
+
11
21
  ### 発生している問題・エラーメッセージ
12
22
 
13
23
 

3

2018/04/28 18:23

投稿

SasamiDaifuku
SasamiDaifuku

スコア6

test CHANGED
File without changes
test CHANGED
File without changes

2

2018/04/28 04:42

投稿

SasamiDaifuku
SasamiDaifuku

スコア6

test CHANGED
File without changes
test CHANGED
File without changes

1

2018/04/28 04:41

投稿

SasamiDaifuku
SasamiDaifuku

スコア6

test CHANGED
File without changes
test CHANGED
@@ -174,7 +174,7 @@
174
174
 
175
175
  const host = 'api.worldweatheronline.com';
176
176
 
177
- const wwoApiKey = '[YOUR_API_KEY]';
177
+ const wwoApiKey = '*';
178
178
 
179
179
  exports.weatherWebhook = (req, res) => {
180
180
 
@@ -338,7 +338,7 @@
338
338
 
339
339
  const host = 'api.worldweatheronline.com';
340
340
 
341
- const wwoApiKey = 'c431cc02700d4f16acb134539182404';
341
+ const wwoApiKey = '*';
342
342
 
343
343
  exports.weatherWebhook = (req, res) => {
344
344