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!
- Host: GitHub
- URL: https://github.com/jplusplus/benford-calculator
- Owner: jplusplus
- Created: 2013-09-02T15:29:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T14:24:37.000Z (over 12 years ago)
- Last Synced: 2024-04-14T04:55:28.625Z (about 2 years ago)
- Language: CoffeeScript
- Homepage: http://benford.pirhoo.com
- Size: 1.04 MB
- Stars: 8
- Watchers: 9
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.