|
|
|
@ -520,7 +520,7 @@ let kara = new Vue({
@@ -520,7 +520,7 @@ let kara = new Vue({
|
|
|
|
|
vue.botMessage('In ' + response.data.name + ' it\'s ' + response.data.main.temp.toFixed() + '°C with ' + response.data.weather[0].description + '.'); |
|
|
|
|
}) |
|
|
|
|
.catch(function (error) { |
|
|
|
|
console.log(error); |
|
|
|
|
alert(error); |
|
|
|
|
vue.botMessage('I couldn\'t check the weather for your location. 🤔'); |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|