Hacker News new | ask | show | jobs
by rlevy 4189 days ago
That's not entirely correct - you also must write C code. You can write JS that runs on the phone and can do stuff like call web services, store data, and communicate with the watch. But it's old fashioned C code that you need to have running on the watch in order to render stuff, get sensor data, or exchange messages with the JS running on the phone.
1 comments

That's not true, you can write a basic app with a UI entirely in JS. I have done this to have control over some home automation bits and bobs.
Can we get some links to resources?
There should be plenty on the pebble dev site, but here's the start to a tutorial that'll build a weather app entirely in js http://developer.getpebble.com/getting-started/pebble-js-tut...