/Climapp

Aplicacion que mide el clima y da pronostico segun geolocalizacion

Primary LanguageJavaScript

Logo

This minimalistic weather app take the user's geolocation and gives an animated forecast, complete with backgrounds for each weather condition. Visit the app

Features

  • Geolocated weather
  • 7-day forecast
  • Animated backgrounds and icons

Screenshots

App Screenshot

App Screenshot

Libraries used

Run locally

You will need node and npm installed in your computer to run this app.

Clone the project

  git clone https://github.com/maximoospital/Climapp.git

Go to the project directory

  cd Climapp

Install requirements

  npm installl

Run app

  npm start

To be able to use the OpenWeatherMap API to get the weather and forecast, you should first get an account and a Free Weather API Key at the OpenWeatherMap website and insert it in the .env file at the root directory on the following line,

  REACT_APP_API_KEY =

Visit app

  localhost:3000

Logo