~aleteoryx/scrobble.observer-docs

85aa9dc4b02b2f78429242475dc89025f7f6b0e1 — Aleteoryx a month ago
Base commit
2 files changed, 16 insertions(+), 0 deletions(-)

A .gitignore
A README.md
A  => .gitignore +2 -0
@@ 1,2 @@
*~
*.swp

A  => README.md +14 -0
@@ 1,14 @@
# scrobble.observer

A little embed for your personal site, with whatever you're scrobbling.
Built with no frontend JS and primarily written in Rust.

To get started, go to [the site](https://scrobble.observer).

For now, primary backend documentation is contained in the [`lfm_embed` README](https://git.amehut.dev/~aleteoryx/lfm_embed/tree/master/item/README.md).

## Repos

- [~aleteoryx/lfm_embed](https://git.amehut.dev/~aleteoryx/lfm_embed) - The main backend, written in Rust.
- [~aleteoryx/scrobble.observer-site](https://git.amehut.dev/~aleteoryx/scrobble.observer-site) - The main landing page, available [here](https://scrobble.observer).
- [~aleteoryx/scrobble.observer-docs](https://git.amehut.dev/~aleteoryx/scrobble.observer-docs) - This documentation.