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.
- Host: GitHub
- URL: https://github.com/tmpim/zen-quote
- Owner: tmpim
- Created: 2018-02-22T22:06:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T16:12:03.000Z (almost 8 years ago)
- Last Synced: 2025-10-19T09:58:49.921Z (8 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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());
```