Skip to content

Application to view weather information

Notifications You must be signed in to change notification settings

emrocode/weather-app

Repository files navigation

Preview

Weather App

Application to view weather information

Built with:

Installation and setup

  1. Clone this repo
gh repo clone emrocode/weather-app
  1. Go to folder and install dependencies
npm install
  1. Add .env file
# Replace with your personal API key obtained from https://openweathermap.org/api
VITE_API_KEY="YOUR_API_KEY_HERE"
  1. Run
npm run dev