index.html не показывает никаких ошибок, но не показывает информацию, которая должна.
При использовании тегов проблем нет, но при попытке получить информацию с веб-сайта она просто не отображается.
<div class="box">
<article class="media">
<div class="media-left">
<figure class="image is-50x50">
<img src="http://openweathermap.org/img/w/{{ weather.icon }}.png" alt="Image">
</figure>
</div>
<div class="media-content">
<div class="content">
<p>
<span class="title">{{ weather.city }}</span>
<br>
<span class="subtitle">{{ weather.temperature }}°F </span>
<br> {{ weather.description }}
</p>
</div>
</div>
</article>
Нет ошибок, только изображения не отображаются