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

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.

Awesome Lists containing this project

README

          

# ai-node

[![Travis Build Status](https://img.shields.io/travis/parro-it/ai-node/master.svg)](http://travis-ci.org/parro-it/ai-node)
[![NPM downloads](https://img.shields.io/npm/dt/ai-node.svg)](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