A React web app using geolocation and weather data APIs
✨ Demo
The meteorological application created with React JS, connects the opencagedata and openweathermap APIs, to obtain the coordinates and the weather, respectively, it will dynamically render the weather data, in the desktop version you can see the units in celsius or in fahrenheits, either whatever your preference. The search form consoults opencagedata to verify if the user's input corresponds to a valid location.
git clone git@github.com:crisav/WeatherApp.git
cd weather-app
npm install
npm run build
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Copyright © 2021 Cristian Vega.
This project is MIT licensed.