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

https://github.com/tmpim/zen-quote

Generate an inspirational quote.
https://github.com/tmpim/zen-quote

Last synced: 5 months ago
JSON representation

Generate an inspirational quote.

Awesome Lists containing this project

README

          

# zen-quote

Generate an inspirational quote.

# Installation

## Command Line
```
sudo npm i -g zen-quote
```

## Node.js
```
npm i -S zen-quote
```

# Usage

## Command Line
```
zen
```

## Node.js
```js
const zen = require("zen-quote");

console.log(zen());
```