Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 871 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 871 Bytes

React Weather App

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

Check it online


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

Pruébela online

React Weather App gif