lanyard-visualizer
lanyard-visualizer copied to clipboard
⚡ A beautiful Lanyard visualizer tool to display your Discord status online! Works with Spotify and all RPCs!
⚡ Lanyard Visualizer
A service to see your Discord status online easy and for free with the help of the Lanyard API! To use this service, you have to be in Lanyard's Discord server so that it could monitor you, you can find the invite link in Lanyard's GitHub repository.
🔥 Features
- Spotify integration
- It will display what you're listening, it'll show a progress bar just like the one on your Discord profile!
- Every RPCs work!
- If there's something visible on your status (only RPCs), it's visible here too!
- Customization, use it as iframe, remove footer or title bar!
- You can use simple queries like
?background=false&title=false
to customize the look of it! This way, you can even iframe it to your website or your stream setting themode
query toiframe
!
- You can use simple queries like
- Everything is real-time!
- We use Lanyard's WebSocket so everything is updated in real-time!
❓ How to use?
Just visit this page and use the input to check on whoever you want! Keep in mind that the user has to be in Lanyard's Discord server so that they could be monitored by the service.
🌟 Host it yourself
I don't collect any kind of data, there's no third-party plugins (except the Google Fonts), no cookies, nothing! If you still don't want to use the service, you can download from the source and host it yourself.
- Clone this repo:
git clone https://github.com/eggsy/lanyard-visualizer
- Change directory to the new folder:
cd lanyard-visualizer
- Change directory to the new folder:
- Instal dependencies
- With
npm
:npm install
- With
yarn
:yarn
- With
- Start in development, or build the app
- With
npm
:npm run dev
ornpm run build
(and thennpm run serve
) - With
yarn
:yarn dev
oryarn build
(and thenyarn serve
)
- With
Starting in development mode will provide hot reloading, PRs and issues are always welcome! Feel free to contribute to my project.