#CRUSHYOURFOES

A combat log analyser for Lord of the Rings Online

##Usage

###Web
There's an on-line version available at [booyaa.github.io/CRUSHYOURFOES](http://booyaa.github.io/CRUSHYOURFOES/).


###node.js

####Command line client
Alternatively you can install a command line client if you have node and npm installed.

```
npm install -g crushyourfoes
```

Then run the client using 

```
cyf path/to/your/Combat_YYYYMMDD_N.txt your_lotro_name
```

The example above is the equivalent of running the web version using the player as yourself the opponent as ALL.

####Coding

```
npm install crushyourfoes # if you haven't already installed it globally

var cyf = require('crushyourfoes');
```

Caveat: I wouldn't touch the lib, it's liable to change between now and v2. 


##Todo

* Create Raid aware version, but first I've got to refactor the hell out of the code.

##Bugs, feature requests or suggestions

Please file them as an issue through the github repo.

##Credits

* Combat log parsing based on [lotro-combat-log-parser](https://code.google.com/p/lotro-combat-log-parser/)
* HTML based on [this could be better](https://thiscouldbebetter.wordpress.com/2012/12/18/loading-editing-and-saving-a-text-file-in-html5-using-javascrip/)
* Name suggested by Saedhillian
* Any mistakes or typos are all mine!
* GO EAGLES!