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

https://github.com/uetchy/dopeoplesay

🗣 A command-line interface for Do People Say it.
https://github.com/uetchy/dopeoplesay

dopeoplesay

Last synced: about 1 year ago
JSON representation

🗣 A command-line interface for Do People Say it.

Awesome Lists containing this project

README

          

# dopeoplesay

[![Build Status](https://travis-ci.com/uetchy/dopeoplesay.svg?branch=master)](https://travis-ci.com/uetchy/dopeoplesay)
[![Coverage Status](https://coveralls.io/repos/github/uetchy/dopeoplesay/badge.svg?branch=master)](https://coveralls.io/github/uetchy/dopeoplesay?branch=master)

Node.js bindings and a command-line app for [Do People Say it](https://dopeoplesay.com).

### [dopeoplesay-cli](packages/dopeoplesay-cli)

Command-line interface for Do People Say it.

[![](https://img.shields.io/npm/v/dopeoplesay-cli.svg)](https://npmjs.com/package/dopeoplesay-cli)
[![npm: total downloads](https://flat.badgen.net/npm/dt/dopeoplesay-cli)](https://npmjs.com/package/dopeoplesay-cli)
![npm: license](https://flat.badgen.net/npm/license/dopeoplesay-cli)

```bash
npm install --save dopeoplesay-cli
# or
yarn add dopeoplesay-cli
```

### [dopeoplesay](packages/dopeoplesay)

Node.js wrapper for dopeoplesay.com

[![](https://img.shields.io/npm/v/dopeoplesay.svg)](https://npmjs.com/package/dopeoplesay)
[![npm: total downloads](https://flat.badgen.net/npm/dt/dopeoplesay)](https://npmjs.com/package/dopeoplesay)
![npm: license](https://flat.badgen.net/npm/license/dopeoplesay)

```bash
npm install --save dopeoplesay
# or
yarn add dopeoplesay
```