Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.19 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.19 KB

Weather - Front

English Version
This is a front-end application that utilizes the OpenWeatherMap API to fetch weather information for any city in the world. It also features a Recharts graph for visual representation of the data.

Deployed on Vercel: weather-front-444c43.vercel.app


- How to run locally:

npm i

Register on the website openweathermap.org/

Find your key in your registered email.

Copy the .env.example and set your key in your .env

npm run dev



Aplicação Front que consume a OpenWeatherMap e para obter informações sobre o clima de qualquer cidade do mundo, há também a presença de um gráfico recharts.


Deploy on Vercel: weather-front-444c43.vercel.app


- Como rodar localmente:

npm i

Cadastre-se no site openweathermap.org/

Encontre sua key em seu email cadastrado.

Siga o .env.example e defina sua key no seu .env

npm run dev