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

https://github.com/wasabina67/cat-clock

Cat Clock using The Cat API
https://github.com/wasabina67/cat-clock

cat clock-app gh-actions gh-pages react reactjs thecatapi typescript vite

Last synced: 11 days ago
JSON representation

Cat Clock using The Cat API

Awesome Lists containing this project

README

          

# cat-clock
Cat Clock using The Cat API

[The Cat API - Cat as a Service](https://thecatapi.com/)

## dev

```bash
npm run dev
```

## build

```bash
npm run build && git add -A && git commit -m "build"
```

## lint

```bash
npm run lint
```