Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanhx/poe-raffle
Run a raffle from PoE in-game chat.
https://github.com/ryanhx/poe-raffle
bootstrap5 electron giveaways pathofexile
Last synced: 6 days ago
JSON representation
Run a raffle from PoE in-game chat.
- Host: GitHub
- URL: https://github.com/ryanhx/poe-raffle
- Owner: RyanHx
- License: mit
- Created: 2023-07-14T09:11:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T16:02:00.000Z (7 months ago)
- Last Synced: 2024-04-24T18:54:27.570Z (7 months ago)
- Topics: bootstrap5, electron, giveaways, pathofexile
- Language: JavaScript
- Homepage:
- Size: 610 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
### Windows
Download and run the prebuilt installer found on the latest release.
### Mac/Linux
Follow the steps below in the Development section to get a local development copy. Then run:
```sh
npm run make
```The installer for your OS will be found in the `/out/make/` directory.
## Usage
### Raffles
1. Optionally choose a keyword to listen for in your whispers.
2. Start the raffle.
3. Draw a winner!The winner's character name will be copied to the clipboard so you can message them immediately.
Another winner can be drawn to reroll the result.
If you are notified the app can't locate PoE's log file (e.g. you installed PoE in a non-default location), open the settings and point the log field to `/logs/Client.txt`
## Development
To get a local copy up and running follow these simple steps.
### Prerequisites
* npm
```sh
npm install npm@latest -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/RyanHx/poe-raffle.git
```
2. Install NPM packages
```sh
npm install
```## License
Distributed under the MIT License.
## Acknowledgments
* [Bootstrap](https://getbootstrap.com/)
* [poe-log-events](https://www.npmjs.com/package/poe-log-events)
* [tsParticles Confetti](https://confetti.js.org/more.html)