
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
This project is no longer maintained or updated. While Battle.net API has been reasonably stable within last few years and that means the library should theoretically continue working for a while, I am no longer able to provide any support or maintenance. In case of bugs or breaking changes, feel free to fork the repo and publish your own updated version.
Flexible and feature-rich JavaScript / TypeScript library for easy access to Blizzard Battle.net APIs.
npm install blizzapi
const { BlizzAPI } = require("blizzapi");
/**
* Or using TypeScript:
* import { BlizzAPI } from 'blizzapi';
*/
const api = new BlizzAPI({
region: "us",
clientId: "client id",
clientSecret: "client secret",
});
const data = await api.query("/path/to/endpoint");
console.log(data);
git clone https://github.com/lwojcik/blizzapi.git
cd blizzapi
npm install
npm run build
See blizzapi-docs repo.
This project is not authored, affiliated or endorsed in any way by Blizzard Entertainment.
Battle.net and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
FAQs
Flexible and feature-rich library for easy access to Blizzard Battle.net APIs
The npm package blizzapi receives a total of 94 weekly downloads. As such, blizzapi popularity was classified as not popular.
We found that blizzapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.