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

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:

Awesome Lists containing this project

README

          

# random + dog = randog

[![badge](https://img.shields.io/badge/npm-v1.1.0-blue.svg)](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