Loading repository data…
Loading repository data…
amitrajstm / repository
☁️ Simple Weather App – A clean and responsive web app to display real-time weather data using OpenWeatherMap API.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple weather application that fetches real-time weather data for any city using the OpenWeatherMap API. The app provides temperature, humidity, and weather descriptions while dynamically updating the UI with relevant weather images.
Clone the repository:
git clone https://github.com/amitrajstm/WeatherApp.git
cd weather-app
Install dependencies:
npm install
Create a .env file in the root directory and add your OpenWeatherMap API key:
API_KEY = import.meta.env.<VITE_your_api_key_here>
Run the application:
npm start
Contributions are welcome! Feel free to submit a PR or open an issue.
This project is licensed under the .... License.
Happy Coding! 😊