An open API service indexing awesome lists of open source software.

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

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
```