Show basic weather information in real-time
-
Clone repository
git clone https://github.com/delvianv/warp.git cd warp -
Install dependencies
npm install
-
Run development server
npm run dev
-
Open browser
-
Set up OpenWeatherMap API key
- Sign up for free account at https://openweathermap.org
- Create
.envfile in root of project and add API key
API_KEY=api_key
