1.0.2 • Published 10 years ago

crushyourfoes v1.0.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
10 years ago

#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.

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