Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryotarai/irkit-web


https://github.com/ryotarai/irkit-web

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# irkit-web

Tiny web interface for IRKit

## Usage

```
$ heroku create
$ git push heroku master
$ heroku config:set \
BASIC_USERNAME="user_for_basic_auth" \
BASIC_PASSWORD="pass_for_basic_auth" \
IRKIT_CLIENTKEY="clientkey" \
IRKIT_DEVICEID="deviceid" \
IRKIT_MESSAGE_TV_POWER='{"format":"raw","freq":38,"data":[619,...]}'
```