Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 287 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 287 Bytes

What?

Work in progress warcraft combatlog parser. Exports all events per encounter as JSON.

How?

  1. Run npm i to install all the dependencies.

  2. Run npm start "path-to-log-file". This will process the log file and save a JSON file per encounter to the ./parsed folder.