https://github.com/anonrig/nulogy
https://github.com/anonrig/nulogy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anonrig/nulogy
- Owner: anonrig
- Created: 2016-11-17T23:05:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T14:59:48.000Z (over 9 years ago)
- Last Synced: 2025-06-06T13:44:02.976Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nulogy
### Requirements,
- Nodejs 6 or higher.
### Installation
In order to install you should have Nodejs 6 or higher.
If you have Yarn, it's faster for you to install the dependencies.
Just run `yarn` on the root directory, otherwise just run `npm install`.
### Test
`npm test` will run the test scenarios using Mocha and Should.
### Example run
```javascript
➜ nulogy git:(master) ✗ node terminal.js 5432.00, 1 person, drugs
Input: 5432.00, 1 person, drugs
Output: 6199.81
```