Socket
Socket
Sign inDemoInstall

blizzapi

Package Overview
Dependencies
2
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    blizzapi

Flexible and feature-rich Node.js library for Blizzard Battle.net API


Version published
Weekly downloads
307
increased by265.48%
Maintainers
1
Created
Weekly downloads
 

Readme

Source
BlizzAPI logo

BlizzAPI

npm (latest) Travis CI Build Status Maintainability Test Coverage

Flexible feature-rich library for easy access to Battle.net API.

Install

npm install blizzapi

Quick start

const BlizzAPI = require('blizzapi');

const api = new BlizzAPI({
  region: 'us',
  clientId: 'client id',
  clientSecret: 'client secret'
});

const data = await api.query('/path/to/endpoint');

console.log(data);

Manual build

git clone https://github.com/lukemnet/blizzapi.git
cd blizzapi
npm install
npm run build

Documentation & examples

License

Licensed under MIT License. See LICENSE for more information.

Battle.net and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.

Keywords

FAQs

Last updated on 30 Sep 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc