Skip to content

Commit 117bb55

Browse files
committed
feat: Add projects and endorsements page
1 parent bc6f3a5 commit 117bb55

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/docs/projects.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Projects and Endorsements
2+
3+
- `NetworkResponseAdapter` receives ~19,000 downloads a month according to Jitpack stats (as of Jan 26, 2022).
4+
- The Android app for [SkipTheDishes](https://www.skipthedishes.com/) uses this library (source: Gil Goldzweig Goldbaum, Twitter)
5+
- A popular medium article for Retrofit error handling recommends this library: [Handling errors with Retrofit and Coroutines in a single place](https://medium.com/@douglas.iacovelli/how-to-handle-errors-with-retrofit-and-coroutines-33e7492a912)
6+
- Donn Felker [endorsed](https://twitter.com/donnfelker/status/1471182521354305543) the library.
7+
8+
If you'd like to see your project featured here, please comment on this issue:
9+
[https://github.com/haroldadmin/NetworkResponseAdapter/issues/55](https://github.com/haroldadmin/NetworkResponseAdapter/issues/55)
10+
11+
You can also contact me via [Twitter](https://twitter.com/haroldadmin).

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ nav:
3434
- Introduction: ./index.md
3535
- Extensions: ./extensions.md
3636
- Special Cases: ./special-cases.md
37+
- Projects: ./projects.md
3738
- Upgrade Guides:
3839
- v5: ./upgrade-guides/v5.md
3940
- API Reference:

0 commit comments

Comments
 (0)