Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.55 KB

README.md

File metadata and controls

63 lines (47 loc) · 1.55 KB

IRKit Remote as Pebble Watchapp

Send IR signal to IRKit. (IRKit device is IR remote controller and is seller in only Japan)

Development

Requirements

  • Pebble SDK
  • Node.JS
  • Bower
  • Ruby, Compass

Directory Structure

/
├── 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

Develop watchapp

git clone https://github.com/makotokw/pebble-irkit-remote.git
cd pebble-irkit-remote
npm install
grunt pebbleBuild
grunt pebbleInstall

Develop settings page

npm install
bower install
grunt settingsDebug

Modify irkitConfig.settingsUrl on src/js/pebble-js-app.js to connect localhost.

Release watchapp

  1. grunt pebbleBuild
  2. Submit build/pebble2irkit.pbw to Dev Portal

Deploy settings page

grunt settingsBuild
git commit dist
git subtree push --prefix dist origin gh-pages