Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryotarai/irkit-web
https://github.com/ryotarai/irkit-web
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryotarai/irkit-web
- Owner: ryotarai
- Created: 2014-08-19T14:00:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-19T14:52:12.000Z (over 10 years ago)
- Last Synced: 2024-11-07T17:03:25.108Z (about 2 months ago)
- Language: Ruby
- Size: 138 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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,...]}'
```