Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/achubaty/meow
- Owner: achubaty
- Created: 2015-02-10T05:07:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T22:19:13.000Z (11 months ago)
- Last Synced: 2024-11-12T05:58:17.444Z (about 2 months ago)
- Language: R
- Size: 302 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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