From 85aa9dc4b02b2f78429242475dc89025f7f6b0e1 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Mon, 29 Jul 2024 19:54:01 +0100 Subject: [PATCH] Base commit --- .gitignore | 2 ++ README.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b72f9be --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +*.swp diff --git a/README.md b/README.md new file mode 100644 index 0000000..c5636ca --- /dev/null +++ b/README.md @@ -0,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. -- 2.43.4