Weather App to access the current weather data for any location using the OpenWeatherMap API.
- Install node.js.
- Clone the repo:
git clone https://github.com/ClouddCoder/weather-app.git
- Install the dependencies in the project root:
npm install
- Create an
.envfile in the project root:
VITE_WEATHER_API_KEY = <YOUR_API_KEY>
After cloning the repo, it can be used with npm start or npm run dev to develop.
Then open a new tab in the browser and type localhost:3000.
Currently the application is deployed on Render.com.
https://weather-app-fm3c.onrender.com/