Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/achubaty/meow

Get random pictures of cats.
https://github.com/achubaty/meow

Last synced: 18 days ago
JSON representation

Get random pictures of cats.

Awesome Lists containing this project

README

        

# `meow`: get random pictures of cats

-----

[![R build status](https://github.com/achubaty/meow/workflows/R-CMD-check/badge.svg)](https://github.com/achubaty/meow/actions)
[![Codecov test coverage](https://codecov.io/gh/achubaty/meow/branch/master/graph/badge.svg)](https://codecov.io/gh/achubaty/meow?branch=master)

This package doesn't do much, but it's adorable:

![](https://thecatapi.com/api/images/get?format=src&type=jpg&size=med)

Use `meow()` to fetch a random cat photo from plot it in your R session. Meow!

### Installation

```r
devtools::install_github("achubaty/meow")
```

### Usage

```r
meow::meow()
```

### Reporting Bugs