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

https://github.com/jplusplus/benford-calculator

Check your data against Benford's Law and spot suspicious patterns!
https://github.com/jplusplus/benford-calculator

Last synced: 10 months ago
JSON representation

Check your data against Benford's Law and spot suspicious patterns!

Awesome Lists containing this project

README

          

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