![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
starcraft2-api
Advanced tools
Flexible and feature-rich library for StarCraft II Community and Game Data APIs
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 StarCraft II Community APIs.
npm install starcraft2-api
const { StarCraft2API } = require("starcraft2-api");
/**
* Or using TypeScript:
* import { StarCraft2API } from 'StarCraft2API';
*/
const sc2api = new StarCraft2API({
region: "us",
clientId: "client id",
clientSecret: "client secret",
});
const data = await sc2api.queryProfile({
regionId: 1,
realmId: 1,
profileId: 1084304,
});
console.log(data);
git clone https://github.com/lwojcik/starcraft2-api.git
cd starcraft2-api
npm install
npm run build
See starcraft2-api-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.
© 2010 Blizzard Entertainment, Inc. All rights reserved. Wings of Liberty is a trademark, and StarCraft and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
© 2013 Blizzard Entertainment, Inc. All rights reserved. Heart of the Swarm and StarCraft are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.
FAQs
Flexible and feature-rich library for StarCraft II Community and Game Data APIs
The npm package starcraft2-api receives a total of 0 weekly downloads. As such, starcraft2-api popularity was classified as not popular.
We found that starcraft2-api 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.