msasikanth / compose-lobsters

Claw for lobste.rs: Unofficial read-only Android and Desktop client for https://lobste.rs, built using Jetpack Compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Claw for lobste.rs CI

Unofficial Android app for read-only access to lobste.rs, built with Jetpack Compose.

Get it on Google Play

Side by side screenshots of the app's main page in dark and light UI modes

Snapshots from the development branch can be obtained here.

Dependency Diagram

%%{
  init: {
    'theme': 'neutral'
  }
}%%

graph LR

  benchmark --> android
  android --> api
  android --> common
  android --> core
  android --> coroutine-utils
  android --> database
  android --> metadata-extractor
  android --> model
  api --> model
  common --> core
  common --> database
  common --> model
  metadata-extractor --> model
  database --> core

License

See LICENSE

About

Claw for lobste.rs: Unofficial read-only Android and Desktop client for https://lobste.rs, built using Jetpack Compose.

License:MIT License


Languages

Language:Kotlin 78.4%Language:HTML 20.1%Language:Shell 1.5%