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

https://github.com/begriffs/immutube

Youtube + functors, a most unlikely combo
https://github.com/begriffs/immutube

Last synced: 5 months ago
JSON representation

Youtube + functors, a most unlikely combo

Awesome Lists containing this project

README

          

## Immutube

```haskell
search :: [Char] -> Future Maybe [CatVideo]
```

### Running

```sh
bower install
python -m SimpleHTTPServer
```

Then visit `http://localhost:8000`.