# Claw for [lobste.rs](https://lobste.rs) [![CI](https://github.com/msfjarvis/compose-lobsters/actions/workflows/ci.yml/badge.svg)](https://github.com/msfjarvis/compose-lobsters/actions/workflows/ci.yml) Unofficial Android app for read-only access to [lobste.rs](https://lobste.rs), built with [Jetpack Compose](https://developer.android.com/jetpack/compose). Get it on Google Play > Snapshots from the development branch can be obtained [here](https://github.com/msfjarvis/compose-lobsters/releases/tag/nightly). A grid of screenshots from the app, in clockwise order: the main screen, the comments page, the search page and the saved posts page ## Module dependency graph ```mermaid %%{ init: { 'theme': 'dark' } }%% graph TB model --> database benchmark --> android android --> api android --> common android --> core android --> database android --> model android --> benchmark api --> model common --> core common --> database common --> model ``` ## License See [LICENSE](LICENSE)