Skip to content

Commit 7600f57

Browse files
committed
Update README.md
1 parent 9c57aeb commit 7600f57

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Welcome to my curated collection of **Scriptable** widgets and scripts, crafted
2424
<li><a href="#countdown">Countdown Widget</a></li>
2525
<li><a href="#myquotes">Quote Widget</a></li>
2626
<li><a href="#github-stats-widget">GitHubStats Widget</a></li>
27+
<li><a href="#aqi-widget">AQI Widget</a></li>
2728
<li><a href="#dynamic-weather-widget">Weather Widget</a></li>
2829
<li><a href="#class-schedule-viewer">Schedule Widget</a></li>
2930
<li><a href="#modular-time-progress">TimeProgress Widget</a></li>
@@ -99,6 +100,13 @@ Customize temperature units, color gradients, and update intervals to fit your a
99100
📊 **Track your GitHub contributions, commits, stars, PRs, and more** — all from your iOS Home Screen. This dynamic widget leverages GitHub's GraphQL and REST APIs to show profile or repo-specific stats using multiple themes and widget sizes.\
100101
Supports Small, Medium, and Large layouts with parameter-based customization for themes and content. Keep your dev grind visible. Because contribution streaks matter.
101102

103+
### [AQI Widget](./Widgets/AQI%20Widget)
104+
105+
<img width="60%" src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.assets/aqi/aqi_showcase.png">
106+
107+
🌍 **The OpenWeather AQI + Temperature Widget** brings real-time air quality and weather data to your home screen with beautiful color-coded backgrounds. This dual-mode widget displays either Air Quality Index (AQI) information or temperature data, both sourced from OpenWeatherMap APIs.\
108+
Features automatic location detection, EPA-standard AQI color coding, temperature-based themes, and smart theming that adapts to your device's appearance. Supports parameter customization for switching between modes and forcing light/dark themes. Inspired by Jason Snell's PurpleAir widget.
109+
102110
## 🌐 Other Mentionable Widgets
103111

104112
Looking to explore more creative widgets? Check out these amazing developers and their unique Scriptable projects:

Widgets/AQI Widget/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
![Status](https://img.shields.io/badge/Status-Stable-brightgreen)
88
![Last Updated](https://img.shields.io/badge/Updated-July%202025-yellow)
99

10+
11+
1012
A powerful dual-mode widget for Scriptable that displays either **Air Quality Index (AQI)** or **Temperature** information with beautiful color-coded backgrounds. Built for iOS using the [Scriptable app](https://scriptable.app) and powered by OpenWeatherMap APIs.
1113

1214

0 commit comments

Comments
 (0)