https://github.com/halkeye/infinicatr
A project that originally started as a Firefox App for Firefox OS HackDay Vancouver 2013. I often use it now to try out new tech.
https://github.com/halkeye/infinicatr
Last synced: about 2 months ago
JSON representation
A project that originally started as a Firefox App for Firefox OS HackDay Vancouver 2013. I often use it now to try out new tech.
- Host: GitHub
- URL: https://github.com/halkeye/infinicatr
- Owner: halkeye
- Created: 2013-01-27T08:21:02.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T10:30:18.000Z (2 months ago)
- Last Synced: 2025-04-01T15:00:23.239Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://infinicatr.apps.gavinmogan.com/
- Size: 6.24 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InfiniCatr Web App
Open Web App that shows a "neverending" stream of cat pictures.
Uses rollup do building
# Links
* https://infinicatr.apps.gavinmogan.com/
* ~https://marketplace.firefox.com/app/infinicatr/a~
* ~https://chrome.google.com/webstore/detail/infinicatr/dikkcbebmfnedmojoipnoonmionakoka~# Usage
Build:
```
npm install
npm run build
```Dev:
```
npm install
npm run dev
```