From df4fc6d8a5b8b2e5cc9b5bb83ccd12ea3717f354 Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 25 Nov 2022 19:27:54 +0100 Subject: README --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..1dfc278 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +Proxy for discord avatars. + +This program allows you to proxy discord avatars so that they are always up to date. + +Run: + + TOKEN= PORT=3000 cargo run + +Listens to localhost: + +Requests to localhost:/avatar/ instead reply with a png of the users avatar. + +A publicly hosted version is available at https://dp.nea.moe/avatar/310702108997320705 + + -- cgit