Awesome
ADNPebbleApp
I built this app in the app.net hackathon held June 8th in San Francisco.
##Installation
In order to make the app work, you will need to install an iOS app in your device (compilation required). ######Pebble side To run the app in your pebble you can compile it yourself or just use this link to download the latest binary.
######iPhone side As I use CocoaPods to manage dependencies, you'll need to open the .xcworkspace file. You will need to compile the app using xCode. It works great in iOS 7. It requires ADN Passport app in order to login.
##Usage ADNPebble is a really simple app. At the moment you can only do two things: Post one of the messages you previously wrote in the iOS app (thinking about adding some kind of Pebble input in the future) and check your profile for your username, followers and following.
No read stream option yet. In the works.
##Acknowledgements I use AFNetworking for as HTTP library, ADNLogin for communicating with ADN Passport and CloudPebble as IDE and compilation.
Part of the code communicating with the Pebble was written by Javi Soto in his JSPebbleReminders