DEPRECATED - PUBG corp offered an official API available here
Once set up provides an easy web interface for you to look up PUBG stats. Also easily extensible and usable for other projects.
Installation
- Have Steam installed and logged in to an account with a PlayerUnknown's Battlegrounds license.
- Clone this repository and run 'npm i' in its directory.
- Build Greenworks for your platform in ./greenworks
- run 'npm run bundle' and once it finishes 'npm run start'
- open localhost:3000 on a browser and explore the UI.
The pubg-socket communication is derived from a class written by Hormold