Skip to content

Javier-Machin/react-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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