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
- Host: GitHub
- URL: https://github.com/wasabina67/cat-clock
- Owner: wasabina67
- License: mit
- Created: 2025-12-14T10:26:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-06-17T03:20:52.000Z (12 days ago)
- Last Synced: 2026-06-17T05:13:46.159Z (12 days ago)
- Topics: cat, clock-app, gh-actions, gh-pages, react, reactjs, thecatapi, typescript, vite
- Language: TypeScript
- Homepage: http://wasabina67.is-a.dev/cat-clock/
- Size: 761 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```