質問編集履歴
1
ソースコードを変更しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,7 +34,9 @@
|
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
+
```ここに言語を入力
|
38
|
+
|
37
|
-
|
39
|
+
function ajaxRequest(lat, long) {
|
38
40
|
|
39
41
|
const url = 'https://api.openweathermap.org/data/2.5/forecast';
|
40
42
|
|
@@ -170,6 +172,8 @@
|
|
170
172
|
|
171
173
|
const iconPath = `images/${forecast.weather[0].icon}.svg`;
|
172
174
|
|
175
|
+
```
|
176
|
+
|
173
177
|
|
174
178
|
|
175
179
|
### 補足情報(FW/ツールのバージョンなど)
|