Skip to content

Commit d266b8e

Browse files
authored
Merge pull request #18 from mohdaquib/mohdaquib-patch-1
Enhance README with additional badges and features
2 parents 8e63770 + 1636a97 commit d266b8e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Compose A11y Scanner
22

3+
[![Featured in Android Weekly](https://androidweekly.net/issues/issue-736/badge)](https://androidweekly.net/issues/issue-736/)
4+
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
35
[![Build and Test](https://github.com/mohdaquib/ComposeA11yScanner/actions/workflows/ci.yml/badge.svg)](https://github.com/mohdaquib/ComposeA11yScanner/actions/workflows/ci.yml)
46
[![API Docs](https://github.com/mohdaquib/ComposeA11yScanner/actions/workflows/docs.yml/badge.svg)](https://github.com/mohdaquib/ComposeA11yScanner/actions/workflows/docs.yml)
57
[![JitPack](https://jitpack.io/v/mohdaquib/ComposeA11yScanner.svg)](https://jitpack.io/#mohdaquib/ComposeA11yScanner)
@@ -8,6 +10,12 @@ Runtime accessibility scanner that overlays issues directly on your Compose UI
810

911
![Annotated GIF showing the Compose A11y Scanner issue summary, view highlights, and issue detail sheet in the sample app](docs/overlay-demo.gif)
1012

13+
## 🏆 Featured
14+
15+
ComposeA11yScanner was featured in **Android Weekly** 🎉
16+
17+
[![Featured in Android Weekly](https://androidweekly.net/issues/issue-736/badge)](https://androidweekly.net/issues/issue-736/)
18+
1119
## Quick start
1220

1321
Add JitPack and the debug-only scanner dependency:
@@ -184,3 +192,5 @@ flowchart LR
184192
```
185193

186194
`:scanner-core` owns the scan engine and public models. `:scanner-rules` contains built-in rules. `:scanner-ui` handles Android/Compose integration, node extraction, triggers, and the overlay.
195+
196+

0 commit comments

Comments
 (0)