/OpenPUBGAPI

Use Steam and PUBG APIs to request player info for PlayerUnknown's Battlegrounds without a 3rd party API.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

OpenPUBG API

Once set up provides an easy web interface for you to look up PUBG stats. Also easily extensible and usable for other projects.

Installation

  1. Have Steam installed and logged in to an account with a PlayerUnknown's Battlegrounds license.
  2. Clone this repository and run 'npm i' in its directory.
  3. Build Greenworks for your platform in ./greenworks
  4. run 'npm run bundle' and once it finishes 'npm run start'
  5. open localhost:3000 on a browser and explore the UI.

The pubg-socket communication is derived from a class written by Hormold