Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.