https://github.com/shevabam/breaking-bad-quotes-cli
Get a random quote from Breaking Bad in your terminal!
https://github.com/shevabam/breaking-bad-quotes-cli
breaking-bad cli quotes
Last synced: about 1 year ago
JSON representation
Get a random quote from Breaking Bad in your terminal!
- Host: GitHub
- URL: https://github.com/shevabam/breaking-bad-quotes-cli
- Owner: shevabam
- License: mit
- Created: 2018-09-04T14:11:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T07:23:25.000Z (about 4 years ago)
- Last Synced: 2025-06-09T11:48:38.693Z (about 1 year ago)
- Topics: breaking-bad, cli, quotes
- Language: JavaScript
- Size: 44.9 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Breaking Bad Quotes Cli
> Get a random quote from Breaking Bad in your terminal!
*This project is based on the [Breaking Bad Quotes API](https://github.com/shevabam/breaking-bad-quotes).*
## Requirements
- [NodeJS](https://nodejs.org/)
## Install
```
npm install -g breaking-bad-quotes-cli
```
## Usage
```
$ breaking-bad-quotes --help
Get a random quote from Breaking Bad in your terminal!
Usage
$ breaking-bad-quotes [options]
Options
--number Set number of quotes returned (default: 1)
Examples
$ breaking-bad-quotes
I'm not in the meth business. I'm in the empire business. - Walter White
$ breaking-bad-quotes --number 3
I'm not in the meth business. I'm in the empire business. - Walter White
Shut the f*ck up and let me die in peace. - Mike Ehrmantraut
Yeah, bitch! Magnets! - Jesse Pinkman
```
Just type in your terminal:
```
breaking-bad-quotes
```
You can display more than one quote with `--number` parameter:
```
breaking-bad-quotes --number 5
```
Have fun ;)