Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days ago
JSON representation
Blazing fast standard deviation calculator on array of objects, based on _.(...)By methods in lodash
- Host: GitHub
- URL: https://github.com/NoFishLikeIan/stdBy
- Owner: NoFishLikeIan
- License: mit
- Created: 2018-10-02T15:19:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T16:39:08.000Z (about 6 years ago)
- Last Synced: 2024-08-02T05:13:41.123Z (3 months ago)
- Topics: blazing, fast, javascript, lodash
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-blazingly-fast - stdBy - Blazing fast standard deviation calculator on array of objects, based on _.(...)By methods in lodash (JavaScript)
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)