Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 621 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 621 Bytes

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