https://github.com/christopherkade/randog
A CLI to fetch cute dog pictures :dog:
https://github.com/christopherkade/randog
Last synced: about 1 month ago
JSON representation
A CLI to fetch cute dog pictures :dog:
- Host: GitHub
- URL: https://github.com/christopherkade/randog
- Owner: christopherkade
- Created: 2019-02-01T17:27:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T22:21:27.000Z (over 7 years ago)
- Last Synced: 2025-12-26T13:49:07.335Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random + dog = randog
[](https://www.npmjs.com/package/@christopherkade/randog)
Fetch and display a picture of a random dog right in your terminal.
## Installation
`npm install -g @christopherkade/randog`
Or, if you just want a quick look without installing it:
`npx @christopherkade/randog`
## Usage
```
$ randog --help
Usage
$ randog
$ randog --breed="breed name"
Examples
$ randog
$ randog --breed="shiba"
```
## Screenshot
## Why?
Why not?
## Packages used
- A fork of [terminal-img](https://github.com/sindresorhus/terminal-image) - To display pictures in the terminal
- [yargs](https://www.npmjs.com/package/yargs) - To simplify the CLI creation
- [axios](https://www.npmjs.com/package/axios) - The fetch the pictures via an API
---
Currently only supported by iTerm >=3