This commit is contained in:
parent
2330953c33
commit
dbe894a568
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
A cool little web app that shows your Discord profile, current activity, and more. Built with Bun.
|
A cool little web app that shows your Discord profile, current activity, and more. Built with Bun.
|
||||||
|
|
||||||
|
# Preview
|
||||||
|
https://creations.works
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
@ -96,6 +99,19 @@ Make sure the `.env` file is configured correctly before starting the container.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Routes
|
||||||
|
|
||||||
|
These are the main public routes exposed by the server:
|
||||||
|
|
||||||
|
| Route | Description |
|
||||||
|
|---------------|-----------------------------------------------------------------------------|
|
||||||
|
| `/` | Loads the profile page for the default Discord user defined in `.env` (`LANYARD_USER_ID`) |
|
||||||
|
| `/[id]` | Loads the profile page for a specific Discord user ID passed in the URL |
|
||||||
|
|
||||||
|
> Example: `https://creations.works/209830981060788225` shows the profile of that specific user.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[BSD 3](LICENSE)
|
[BSD 3](LICENSE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue