Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuchk4/apop
https://github.com/tuchk4/apop
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuchk4/apop
- Owner: tuchk4
- Created: 2017-01-03T14:33:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T10:24:37.000Z (over 7 years ago)
- Last Synced: 2024-10-11T00:26:09.579Z (about 1 month ago)
- Language: JavaScript
- Size: 1 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
Awesome Lists containing this project
README
# apop :snake:
For transformation data. Replaces recursive nested constructions to flow functions
[![build status](https://img.shields.io/travis/tuchk4/apop/master.svg?style=flat-square)](https://travis-ci.org/tuchk4/apop)
[![apop version](https://img.shields.io/npm/v/apop.svg?style=flat-square)](https://www.npmjs.com/package/apop)[Full documentation](https://tuchk4.github.io/apop/)
## The main idea
* `Array Parse`\(**ap**\) - apply flow actions to array.
* `Object Parse`\(**op**\) - apply flow actions to object.## Installation
```
npm install --save apop
```## Imports
```js
import ap from 'apop/ap';
import op from 'apop/op';
```## Contributing
Project is open for new ideas and features:
* New actions
* New experiments
* Support Map, Set
* Support async usage
* Support Immutable.js