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

https://github.com/dhowe/ticocd

ticocd plus r2js
https://github.com/dhowe/ticocd

Last synced: over 1 year ago
JSON representation

ticocd plus r2js

Awesome Lists containing this project

README

          

## TICOCD

### online
https://rednoise.org/ticocd/

### browser
```
$ git clone https://github.com/dhowe/ticocd.git
$ cd ticocd
then open 'index.html' in your browser (via a local webserver)
(note: use chrome-based browsers for now)
```

### node
```
$ git clone https://github.com/dhowe/ticocd.git
$ cd ticocd
$ npm install
$ node ticocd
```