AtmosAlert is a simple web-based application which provides weather details for any city. Built using Vite+React and styled using Tailwind Css.
First, head over to Openweather and generate your own API-Key, it's completely free. Then, follow the below mentioned steps :
git clone https://github.com/sayanjit082805/AtmosAlert.git
cd AtmosAlert
Install dependencies with npm install
Create a .env file in the root directory of the project and enter your api key like this:
VITE_API_KEY = 'your-api-key'
npm run dev
.http://localhost:5173
or the port as specified by vite.Contributions are always welcome!
Fork the repository
Create a new branch (git checkout -b feature-branch)
Commit your changes (git commit -m 'Add new feature')
Open a pull request
This project is licensed under the MIT License. See the LICENSE file for details.