Send IR signal to IRKit. (IRKit device is IR remote controller and is seller in only Japan)
- Pebble SDK
- Node.JS
- Bower
- Ruby, Compass
/
├── bower_components settings page third party packages
├── build watchapp built
├── dist settings page built
├── node_modules build tools
├── resources watchapp resources
├── src watchapp source
└── web settings page source
git clone https://github.com/makotokw/pebble-irkit-remote.git
cd pebble-irkit-remote
npm install
grunt pebbleBuild
grunt pebbleInstall
npm install
bower install
grunt settingsDebug
Modify irkitConfig.settingsUrl
on src/js/pebble-js-app.js
to connect localhost.
grunt pebbleBuild
- Submit
build/pebble2irkit.pbw
to Dev Portal
grunt settingsBuild
git commit dist
git subtree push --prefix dist origin gh-pages