Damus
jb55 profile picture
jb55
@jb55
i wanted a simple cache for damus android releases (which are pushed as zapstore-spec'd nostr notes) so that damus.io could fetch the latest releases and changelog automatically.

didn't want to rely on public relays which can be unreliable and slow to query from the web.

having a dedicated static endpoint backed by nostrdb that sources data relays would be awesome.
1
jb55 · 1w
i also didn't want a custom api. i could have done this, but having a relay fallback path if the api down was the idea. if the queries are similarly shaped and it just a small transport swap, that would be dope