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
- Host: GitHub
- URL: https://github.com/averagemarcus/cat-pic
- Owner: AverageMarcus
- Created: 2018-06-02T15:13:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T11:35:53.000Z (over 7 years ago)
- Last Synced: 2025-10-17T22:14:48.237Z (9 months ago)
- Language: HTML
- Homepage: https://www.npmjs.com/package/@averagemarcus/cat-pic
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`