Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/NoFishLikeIan/stdBy

Blazing fast standard deviation calculator on array of objects, based on _.(...)By methods in lodash
https://github.com/NoFishLikeIan/stdBy

blazing fast javascript lodash

Last synced: about 2 months ago
JSON representation

Blazing fast standard deviation calculator on array of objects, based on _.(...)By methods in lodash

Awesome Lists containing this project

README

        

# stdby [![Build Status](https://travis-ci.org/NoFishLikeIan/stdby.svg?branch=master)](https://travis-ci.org/NoFishLikeIan/stdby)

> Alike _.(...)By methods from lodash using lodash basically lodash

## Install

```
$ npm install stdby
```

## Usage

```js
const stdby = require('stdby');

stdby('unicorns');
//=> 'unicorns & rainbows'
```

## API

### stdby(input, [options])

#### input

Type: `string`

Lorem ipsum.

#### options

Type: `Object`

##### foo

Type: `boolean`

Default: `false`

Lorem ipsum.

## License

MIT © [Andrea Titton](https://github.com/NoFishLikeIan)