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

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.

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
```