Skip to content

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

License

Notifications You must be signed in to change notification settings

msikma/screp-js-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published