https://github.com/bugthesystem/statsy
:fire: Calculates the median and average of large stream of data using count sort
https://github.com/bugthesystem/statsy
Last synced: 10 months ago
JSON representation
:fire: Calculates the median and average of large stream of data using count sort
- Host: GitHub
- URL: https://github.com/bugthesystem/statsy
- Owner: bugthesystem
- License: unlicense
- Created: 2016-03-04T13:28:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T11:39:23.000Z (almost 8 years ago)
- Last Synced: 2025-08-21T00:46:40.597Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# statsy
calculates the median and average using count sort
[](https://travis-ci.org/ziyasal/statsy) [](https://coveralls.io/github/ziyasal/statsy?branch=master)
###Install Dependencies
**On Windows**
```sh
npm install
```
**On Linux**
```sh
sudo npm install
```
**Start App**
```js
npm start
```
**Test**
```sh
npm test
```
**Coverage**
```sh
npm run test-cov
```
**ESLint**
```sh
npm run lint
```