Skip to content

crisav/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

A React web app using geolocation and weather data APIs

Demo

Desktop version

desktop

Mobile version

mobile

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.

Install

git clone git@github.com:crisav/WeatherApp.git
cd weather-app
npm install
npm run build

Usage

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

📝 License

Copyright © 2021 Cristian Vega.
This project is MIT licensed.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published