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

https://github.com/riyadhalnur/quote-cli

Get a random quote or the quote of the day in your CLI
https://github.com/riyadhalnur/quote-cli

cli nodejs quote-cli quotes terminal

Last synced: 9 months ago
JSON representation

Get a random quote or the quote of the day in your CLI

Awesome Lists containing this project

README

          

# quote-cli
[![Build Status](https://travis-ci.org/riyadhalnur/quote-cli.svg?branch=master)](https://travis-ci.org/riyadhalnur/quote-cli) [![Dependency Status](https://dependencyci.com/github/riyadhalnur/quote-cli/badge)](https://dependencyci.com/github/riyadhalnur/quote-cli) [![Coverage Status](https://coveralls.io/repos/github/riyadhalnur/quote-cli/badge.svg?branch=master)](https://coveralls.io/github/riyadhalnur/quote-cli?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/riyadhalnur/quote-cli/badge.svg)](https://snyk.io/test/github/riyadhalnur/quote-cli)

> Get a random quote or the quote of the day in your CLI

## Install

```
$ npm install -g quote-cli
```

```bash
$ quote --help

Usage
quote [options]

Options
qotd

Examples
$ quote
To be or not be, that is the question. - William Shakespeare
$ quote qotd
Wars teach us not to love our enemies, but to hate our allies. - W. L. George
```

## License

MIT

Made with love in Dhaka, Bangladesh by [Riyadh Al Nur](http://twitter.com/riyadhalnur)