Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pxseu/lanyard-ui
Simple UI to easily access kv and visualize your Discord User / Status with Lanyard
https://github.com/pxseu/lanyard-ui
lanyard react rest websocket
Last synced: about 1 month ago
JSON representation
Simple UI to easily access kv and visualize your Discord User / Status with Lanyard
- Host: GitHub
- URL: https://github.com/pxseu/lanyard-ui
- Owner: pxseu
- License: mpl-2.0
- Created: 2021-12-04T19:42:02.000Z (about 3 years ago)
- Default Branch: senpai
- Last Pushed: 2024-08-16T15:44:25.000Z (6 months ago)
- Last Synced: 2024-12-30T01:52:08.695Z (about 1 month ago)
- Topics: lanyard, react, rest, websocket
- Language: TypeScript
- Homepage: https://lanyard.sakurajima.cloud/
- Size: 1.08 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lanyard UI
> Simple UI to easily access kv and visualize your Discord User / Status with Lanyard
Huge thanks to [@Phineas](https://github.com/phineas) for making this possible with [his amazing project](https://github.com/phineas/lanyard)!
## Before you start
1. Make sure you've joined the [Lanyard Discord server](https://discord.gg/UrXF2cfJ7F)
1. If you want to use the KV editor make sure to get your [Api Token](#token)
1. Find your [Discord User ID](#user-id)## User ID
1. Open settings got to the `Advanced` tab and turn on `Developer Mode` \
![]()
1. Still in settings go to `My Account` and click the three dots and copy your ID \
## Token
> How do I get my Lanyard Token / Api Key?
1. Open direct messages with the Lanyard bot \
\
![]()
1. Send a message with the following content: `.apikey` \
![]()
1. Copy the token to a safe place## Running Locally
You can use these to run the tests:
```sh
$ npm ci
$ npm test
```or with yarn
```sh
# if you already installed once make sure to remove node_modules
$ yarn install --frozen-lockfile
$ yarn test
```## Contributing
1. Fork the repo on GitHub
1. Clone the project to your own machine
1. Commit changes to your own branch
1. Push your work to your fork
1. Submit a Pull request so that I can review your changesNOTE: Be sure to merge the latest from "upstream" before making a pull request!
## License
Copyright 2021 pxseu
Licensed under the Mozilla Public License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. \
You may obtain a copy of the License at:> https://www.mozilla.org/en-US/MPL/2.0/
A copy of the license is available in the repository's [LICENSE](./LICENSE) file.