QuickRPC is a simple ElectronJS demo for interfacing with Discord's rich presence support through a simple desktop app.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/jackmerrill/QuickRPC.git
# Go into the repository
cd QuickRPC
# Install dependencies
npm install
# Run the app
npm start
Enter the ClientID from the discord application you wish to use with this tool in the App ID field. You can then adjust other parameters in their appropriate fields. For more info on what these fields are and how to work with them, head on over to discord's documentation.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.