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

https://github.com/averagemarcus/cat-pic

Web component cat pictures
https://github.com/averagemarcus/cat-pic

Last synced: 6 months ago
JSON representation

Web component cat pictures

Awesome Lists containing this project

README

          

# cat-pic
Web Component to get a random cat picture from [placekitten.com](https://placekitten.com)

## Usage

1. Include a script reference to the module:
```js

```
2. Add a `` element to your page
```html

```

## Contributions

Contributions welcome!

Found a bug? [File an issue](https://github.com/AverageMarcus/cat-pic/issues/new)

## Running locally

Once checked out:
1. `npm install`
2. `npm run build`
3. `npm run serve`