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
- Host: GitHub
- URL: https://github.com/kyoz/iquotes-cli
- Owner: kyoz
- License: mit
- Created: 2018-07-17T16:27:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T05:57:15.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T21:14:02.997Z (about 1 month ago)
- Topics: cli, cli-quotes, inspiration, inspirational-quotes, quote, quotes, terminal-quotes
- Language: JavaScript
- Homepage:
- Size: 249 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iquotes-cli
> Get inspirational quotes
[](https://travis-ci.org/banminkyoz/iquotes-cli) [](http://badge.fury.io/js/iquotes-cli) [](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])