Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitojsingh366/easy-rpc
Simple and easy to use app that lets you set custom Discord Rich Presence
https://github.com/amitojsingh366/easy-rpc
css discord discord-rpc html javascript nodejs rpc
Last synced: about 2 months ago
JSON representation
Simple and easy to use app that lets you set custom Discord Rich Presence
- Host: GitHub
- URL: https://github.com/amitojsingh366/easy-rpc
- Owner: amitojsingh366
- License: mit
- Created: 2020-11-16T19:05:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-27T21:40:04.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T09:23:45.403Z (2 months ago)
- Topics: css, discord, discord-rpc, html, javascript, nodejs, rpc
- Language: TypeScript
- Homepage:
- Size: 7.83 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy RPC
This is a simple and easy to use app that allows you to set a custom [Discord Rich Presence](https://discord.com/rich-presence).
I made this cause I had nothing else to do. So yeah.## Features
- Multiple profile support with import/export options *(i.e profile sharing)*
- Option to dock to system tray *(i.e there's no need to keep the app window open! It will run in background if enabled!)*
- Option to auto-launch on startup *(i.e there's no need to even open the app! If enabled it will automatically start, hook to discord and dock to system tray!)*
- An easy to understand help section that will allow you to easily create your first RPC profile!## How To Run
### Install from pre-builds
- Download the binary for your platform from the [Latest Release](https://github.com/amitojsingh366/easy-rpc/releases/latest)
- Run the downloaded binary### Build from source
- Clone this repo
- Navigate to to it's directory
- Run `yarn install`
- Run `yarn build:%YOUR_PLATFORM_CODE%`
- Check the `builds` directory# License
easy-rpc is licensed under the MIT License# Contributing
Find something that is lacking? Fork the project and pull request!