Atmos is a responsive weather application that helps users get real-time weather details and forecasts for any city. It combines clean UI with live data from the OpenWeatherMap API to provide a quick and informative weather experience.
- π Search weather by city name
- π‘οΈ Displays current temperature, sky condition, humidity, pressure, visibility, and "feels like" temperature
- π Shows current date and time
- π Displays sunrise and sunset times
- π Provides 5-day forecast
- π Shows today's hourly temperature
- π¨ Air Quality Index (CO, NOβ, SOβ, Oβ)
- HTML5
- CSS3
- JavaScript (ES6)
- jQuery
- Bootstrap 5
- OpenWeatherMap API
Example:
./screenshots/atmos-ui.png
-
Clone the repository
git clone https://github.com/Mythili-Velivelli/Atmos.git cd Atmos
-
Open
index.html
in your browser -
Search for any city to get the live weather and forecast
- This app uses the OpenWeatherMap API.
- Sign up at openweathermap.org and get your API key.
- Replace the API key in
index.html
with your own:
// Replace this line:
const apiKey = "YOUR_API_KEY_HERE";
- Weather data: OpenWeatherMap
- Icons: Custom and open-source icon sets
- UI Inspiration & Tutorial from: Tech Jaswanth β Youtube