Welcome to cloudcompiler, an application for accurate and up to date weather information. You can search for any city and get comprehensive weather updates including current conditions, hourly forecasts and more.
Link to live demo -> Here
-
OpenWeatherMap Api Key (free signup required)
-
Unzip and move the repository into a folder of your choosing
-
Navigate to the project directory
-
Install dependencies
npm install
-
Obtain an OpenWeatherMap API Key
-
Go to OpenWeatherMap API and sign up for a free account
-
Generate a new API key form your account dashboard
-
-
Set up your environment variables
-
Create a
.env
file in the root of the project and add your OpenWeatherMap API key:VITE_API_KEY=your_api_key_here
-
-
Start the dev server
npm run dev
-
Open your browser and navigate to the address you see in your console
http://localhost:3000 #example address, your machine may be using a different port
-
Start the dev server
npm run test