This is a website and backend service to let multiple people vote on a map location in PUBG. The votes should be shown via a heat map overlay. It is mostly intended for twitch streamers, so their viewer can decide where the streamer should jump to.
The Idea for this was proposed by Heawin
- Bun installed
-
Clone the repository
git clone git@github.com:tiluk/pubg-heat-drop.git
-
Add High_Res files to /src/assets/maps/<map_name>
- The files can be found in the pubg api assetes
-
Install the dependencies
bun install
bun dev