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

https://github.com/kyoz/iquotes-cli

:book: CLI to get inspirational quotes
https://github.com/kyoz/iquotes-cli

cli cli-quotes inspiration inspirational-quotes quote quotes terminal-quotes

Last synced: 22 days ago
JSON representation

:book: CLI to get inspirational quotes

Awesome Lists containing this project

README

        

# iquotes-cli

> Get inspirational quotes

[![Build Status](https://travis-ci.org/banminkyoz/iquotes-cli.svg?branch=master)](https://travis-ci.org/banminkyoz/iquotes-cli) [![NPM version](https://badge.fury.io/js/iquotes-cli.svg)](http://badge.fury.io/js/iquotes-cli) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)



## Install

```
$ npm install iquotes-cli
```

## Usage

```js
$ quote
// "If you really want to do something, you'll find a way. If you don't, you'll find an excuse." - Jim Rohn (Life)
$ quote --love
// "The first duty of love is to listen." - Paul Tillich (Love)
```

## Tip

Add `quote` to your `bash_profile` (or .zshrc...) to get random quote everytime you open terminal

## Related

- [iquotes](https://github.com/banminkyoz/iquotes) - API of this module

## License

MIT © [Kyoz](mailto:[email protected])