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.
- Host: GitHub
- URL: https://github.com/uetchy/dopeoplesay
- Owner: uetchy
- License: mit
- Created: 2018-11-05T10:35:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T20:22:05.000Z (about 4 years ago)
- Last Synced: 2025-02-19T14:42:38.184Z (over 1 year ago)
- Topics: dopeoplesay
- Language: TypeScript
- Homepage:
- Size: 1.25 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# dopeoplesay
[](https://travis-ci.com/uetchy/dopeoplesay)
[](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://npmjs.com/package/dopeoplesay-cli)
[](https://npmjs.com/package/dopeoplesay-cli)

```bash
npm install --save dopeoplesay-cli
# or
yarn add dopeoplesay-cli
```
### [dopeoplesay](packages/dopeoplesay)
Node.js wrapper for dopeoplesay.com
[](https://npmjs.com/package/dopeoplesay)
[](https://npmjs.com/package/dopeoplesay)

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