https://github.com/csprance/mis-damage-parser
Parses damageLog files for Miscreated game
https://github.com/csprance/mis-damage-parser
Last synced: about 1 year ago
JSON representation
Parses damageLog files for Miscreated game
- Host: GitHub
- URL: https://github.com/csprance/mis-damage-parser
- Owner: csprance
- License: mit
- Created: 2017-05-06T16:56:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T02:51:49.000Z (about 9 years ago)
- Last Synced: 2025-02-06T05:31:08.692Z (over 1 year ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mis-damage-parser
> Parses damageLog files from Miscreated web servers to collect telemetry data.
## How to get started
* Install node and npm.
* `npm install --save mis-damage-parser`
* use it in your code to parse a damage file from a server it will return an array of js objects
## Commands
### install
`npm install`
Dependency module install
### build
`npm run build`
Do some magic with ES6 to create ES5 code.
### test
`npm run test`
Run test with [karma](https://karma-runner.github.io) + [jasmine](http://jasmine.github.io/2.5/introduction.html)
### develop
`npm run dev` : Run develop server
You can see result in
* OS X : http://0.0.0.0:8080,
* Windows : http://localhost:8080
### clean
`rm -f dist/*`
Delete existing dist files
## License
```
MIT License
Copyright (c) 2017 Chris Sprance
```