screp-js-wrapper

0.3.0 • Public • Published

Apache 2.0 license npm version

screp-js-wrapper

Note: it's recommend that you use screp-js instead of this package.

A pure Javascript version of screp, a StarCraft: Remastered replay file parser, compiled from the original Go version using GopherJS.

screp (StarCraft: Brood War Replay Parser) is a library for extracting information from StarCraft replay files. This simple wrapper library allows GopherJS, a compiler from Go to Javascript, to make it available for use in Node.

This is a very thin wrapper and actually has slightly different output compared to the Screp command line tool due to the way the data structure works. It's recommended to use screp-js instead of this package, as it does additional processing to change the output to what you'd expect and is easier to use.

Building

Run build.sh to build the project. Building is not necessary, as a compiled .js file is included.

Copyright

Apache License 2.0, as per the original screp project.

Package Sidebar

Install

npm i screp-js-wrapper

Weekly Downloads

0

Version

0.3.0

License

Apache-2.0

Unpacked Size

2.35 MB

Total Files

4

Last publish

Collaborators

  • msikma