https://github.com/parro-it/ai-node
Node wrappers that returns async iterables and promises.
https://github.com/parro-it/ai-node
Last synced: 6 months ago
JSON representation
Node wrappers that returns async iterables and promises.
- Host: GitHub
- URL: https://github.com/parro-it/ai-node
- Owner: parro-it
- License: mit
- Created: 2017-11-18T17:11:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T18:28:35.000Z (about 8 years ago)
- Last Synced: 2025-06-04T01:17:34.838Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# ai-node
[](http://travis-ci.org/parro-it/ai-node)
[](https://npmjs.org/package/ai-node)
> Node wrappers that returns async iterables and promises.
background details relevant to understanding what this module does
## Async iterable fun
__This module is part of [Async iterable fun](https://github.com/parro-it/ai-fun), a complete toolset of modules to work with async iterables.__
## Usage
description of the example
```js
const aiNode = require('ai-node');
console.log({aiNode});
```
This will output
```
```
## API
## Install
With [npm](https://npmjs.org/) installed, run
```bash
npm install --save ai-node
```
## See Also
- [`noffle/common-readme`](https://github.com/noffle/common-readme)
- [`parro-it/ai-fun`](https://github.com/parro-it/ai-fun)
## License
MIT