Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knokbak/discord-rpc
A simple Node.JS application that allows you to set your Discord RPC status.
https://github.com/knokbak/discord-rpc
Last synced: 2 months ago
JSON representation
A simple Node.JS application that allows you to set your Discord RPC status.
- Host: GitHub
- URL: https://github.com/knokbak/discord-rpc
- Owner: knokbak
- License: unlicense
- Created: 2020-05-23T10:24:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T07:31:11.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T09:03:38.143Z (9 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Some simple Discord RPC code
## What is this?
This is a simple Node.JS application that allows you to set your Discord RPC status. Inspiration was taken from Discord.JS's official RPC GitHub although, the code that I have put here is made by me.## What can I do with this code?
You can distribute it as much as you like, this code has been voluntarily put into public domain (more information [here](https://github.com/sysollie/discord-rpc/blob/master/LICENSE)).## What do I need to run this code?
### Node.JS
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
[Website](https://nodejs.org)### Discord.JS RPC
A powerful library for interacting with the Discord API.
[NPM](https://npmjs.com/package/discord-rpc)
[Website](https://discord.js.org/#/docs/rpc/)## Getting started
To get install all needed packages, use `npm installall`. You can edit any game data in `config.json` and once you've done that, start the application with `npm start`.