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

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

Awesome Lists containing this project

README

          

# statsy
calculates the median and average using count sort
[![Build Status](https://travis-ci.org/ziyasal/statsy.svg?branch=master)](https://travis-ci.org/ziyasal/statsy) [![Coverage Status](https://coveralls.io/repos/github/ziyasal/statsy/badge.svg?branch=master)](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
```