It's an advanced weather website where users can view current weather conditions, forecasts, air quality, weather maps, and more. The application is built using modern web development technologies to ensure a seamless and responsive user experience.
Follow these instructions to set up the project on your local machine.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/devxprite/star-weather.git
cd star-weather
Install dependencies:
npm install
Set up environment variables:
Create a .env.local
file in the root directory and add your OpenWeather API key:
OPENWEATHER_API_KEY=your_openweather_api_key
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the application in action.
Contributions are welcome! Feel free to open an issue or submit a pull request if you have any improvements to the project.
Distributed under the MIT License. See LICENSE
for more information.
Give a ⭐️ if you found this project helpful!