No description
This repository has been archived on 2024-10-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-10-25 19:26:11 +02:00
app.js ADD: initial commit 2024-10-25 19:26:11 +02:00
asset.png ADD: initial commit 2024-10-25 19:26:11 +02:00
package.json ADD: initial commit 2024-10-25 19:26:11 +02:00
README.md ADD: initial commit 2024-10-25 19:26:11 +02:00

'pv-bwrap' Embed for Discord.

A simple node application to workaround embedding your playing game on Discord.
Installation »

View GalleryReport BugRequest Feature



About pv-bwrap-embed

pv-bwrap-embed is a simple node application that is
designed to embed games from calling the Steam API
to your Discord client. This has been an issue for
a while, so this application solves that. You do
not need any additional game setup- it's all done
through Steams Public Web API. (๑′ᴗ‵๑)



Getting Started

To get the project installed, follow this simple guide.

Prerequisites:

This project depends on the following:

  https://nodejs.org/en
  https://steamcommunity.com/dev
  https://discord.com/developers/applications

Installation:

  1. Clone this repository and extract if needed.

  2. Open the directory in a terminal, run:

  npm ci

  1. Edit the app.js file, include your Steam Web API Key, your Steam ID, and optionally, your Discord Application (or use the one provided.)

  2. Start the application:

  npm run dev

  1. Enjoy & make sure that Discord is running in the background.


Roadmap & Updates

  • No roadmap provided. (yet?)

Please see the open issues for a list of proposed features (as well as known issues).



Contributing

If you want to make a contribution, please fork the repository & create a pull request. If you have a suggestion you would want to see, you can open a new issue with your request.

  1. Fork the project
  2. Create your Feature Branch (git checkout -b feature/YourFeature)
  3. Commit changes (git commit -m 'This is my feature commit.')
  4. Push to the Branch (git push origin feature/YourFeature)
  5. Open a Pull Request.


Contact & Support