# accumulateArray

> A simple function to accumulate arrays of numbers

Latest version **1.0.0** (published 2016-08-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install accumulateArray
pnpm add accumulateArray
yarn add accumulateArray
bun add accumulateArray
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-08-02 |
| First published | 2016-08-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Bill Poulson |
| Maintainers | bpoulson |
| Keywords | math, arrays, add, canvas |

## Links

- npm: https://www.npmjs.com/package/accumulateArray
- Repository: https://github.com/CaptHarlock/accumulateArray
- Homepage: https://github.com/CaptHarlock/accumulateArray#readme
- Issues: https://github.com/CaptHarlock/accumulateArray/issues
- npm.io page: https://npm.io/package/accumulateArray

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2016-08-02

## README

# accumulateArray

> A simple function to accumulate arrays of numbers


## Getting started

### Node.js

```
$ npm install --save accumulateArray
```

```js
var ac = require('accumulateArray');
ac.accumulateArray([1,2,3,4]); // "[1,3,6,10]"
```

### Browser

Download the [production version][min] or the [development version][max].

[min]: https://raw.github.com/CaptHarlock/accumulate/master/dist/accumulateArray.min.js
[max]: https://raw.github.com/CaptHarlock/accumulate/master/dist/accumulateArray.js

In your web page:

```html
<script src="dist/accumulateArray.min.js"></script>
<script>
  accumulate(); // "awesome"
</script>
```
## License

MIT © Bill Poulson

---
_Source: https://npm.io/package/accumulateArray · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
