From 88abb1be1b2e1fe650cfbba203d409011394365d Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 8 Jun 2025 19:36:11 -0400 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..72de0e3 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Website-Toots + +This project represented how I used to retrieve and store Mastodon statuses on my website. + +Nowadays, I store it within a database and expose a JSON API to it.