It is summer in India with temperature > 40°C in many parts and like a lot of folks here, I too have a habit of checking the temperature and humidity more often than I would like to admit. Moreover, if you are from northern or western India, you are probably also checking the AQI given how big and genuine the pollution problem is these parts. As a fun project, I built a small dashboard that shows the weather and AQI for the major Indian cities along with the option of viewing the history over 24 hours, 7 days and 30 days. Moreover, this dashboard fetches the data every 15 minutes so more or less you have a live view of the weather and AQI for the major Indian cities. You can find the dashboard here aayushgarg.dev/india-weather . Just a quick overview of what the dashboard does: I have picked 20 Indian metropolitan cities and displayed them on an interactive map, with live temperature, humidity and AQI refreshed every 15 minutes When you click a marker or a leaderboard entry, you get 24h / 7d / 30d charts for the temperature, humidity and AQI The map is based on Mapbox , locked to India’s bounds The site is static, so fetching runs server-side on a cron and the page just reads JSON All the numbers are fetched live at regular intervals from Open-Meteo and WAQI I have also written a blogpost that reflects on how prompted in 3 consecutive stages (Working version 1 -> Improving and polishing -> Making it resilient by improving cron jobs). You can find the blog here: https://aayushgarg.dev/posts/2026-04-29-india-weather-with-claude/ submitted by /u/garg-aayush
Originally posted by u/garg-aayush on r/ClaudeCode
