jplusplus / benford-calculator

Check your data against Benford's Law and spot suspicious patterns!
http://benford.pirhoo.com
7 stars 1 forks source link

Benford Calculator

How to install

You'll need a working Node.js environment and a MongoDB server to run this application.
All dependencies will be installed with npm install (from the repository root).

How to run

You can launch the application with CoffeeScript: coffee app/app.coffee or npm start.
Listening PORT and MONGO_URI can be specified through environment variables.