Enter a location and it will make an API call (openweathermap.org) and display the current weather as a representation in the picture and the most important stats.
It can make new requests without reloading the page.
To run it locally:
$ npm install
$ npm start
Aplicación del tiempo hecha con React.
Introduzca una localización y la aplicación obtendra la información meteorológica mediante una API (openweathermap.org) y mostrará una representación animada junto con valores como temperatura, humedad y estado del cielo.
Para probarla localmente:
$ npm install
$ npm start