/Weather-App

App for midudev hackathon

Primary LanguageJavaScript

Weather App

App for midudev Hackathon - June 2022

Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file

NEXT_PUBLIC_API_URL=https://weatherapi-com.p.rapidapi.com NEXT_PUBLIC_RAPIDAPI_KEY=

Installation

Install dependencies with npm

  npm install

Run the development server:

  npm run dev