1.0.0 • Published 1 year ago

ggst-api-wrapper v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Nodejs Api wrapper for Guilty Gear Strive

ggst-api-node is a module for connecting with GGST api. Install it with npm:

npm install ggst-api-node

Require it in your project:

const ggstApi = require('ggst-api-node')

If you want to use the login method to retrive username and strive ID you should use SteamID64.

It isn't currently 100% clear how the API because of the lack of documentation.

Credits/Sources

This repository is heavily based on other api wrappers for rust and python such as: GitHub - UnknownMemory/ggst-api: Guilty Gear Strive API wrapper GitHub - halvnykterist/ggst-api-rs: A library for interfacing with the REST API of Guilty Gear Strive