Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
/ blizzard-api-proxy Public archive

Wrapper app for simplifying data retrieval from Blizzard APIs. Handling endpoint access, authentication, caching and some basic data manipulation so that other apps I work on focus only on consuming them.

License

Notifications You must be signed in to change notification settings

lwojcik/blizzard-api-proxy

Repository files navigation

Blizzard API Proxy App

As of October 2018 the project is not maintained any more.

Node.js wrapper to Battle.net API and selected Blizzard games. Handling endpoint access, authentication, caching and some data manipulation procedures so that other apps of mine don't have to handle that themselves.

Requirements

  • Node.js 8.9.3 LTS or later

Setup

  • Get an API key and API secret from Battle.net developer portal.
  • Copy .env.sample file to .env. Provide API_BATTLENET_KEY and API_BATTLENET_SECRET with API key and API secret you had obtained from Battle.net.
  • Set up SSL certificate and key and save them in ssl/ directory. Locally you can use a self-signed cert.
  • npm install
  • node start or nodemon start if run locally
  • open the app main path / and explore the endpoints by following the links provided in JSON objects

Features

  • Battle.net API authentication (both via API key and access token)
  • StarCraft II data retrieval:
    • Ladder data
    • Player ranked matchmaking stats including MMR

License

Licensed under MIT license. See LICENSE for more info.

About

Wrapper app for simplifying data retrieval from Blizzard APIs. Handling endpoint access, authentication, caching and some basic data manipulation so that other apps I work on focus only on consuming them.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published