zo0o0ot / AppletonPebble

Pebble Watch app to retrieve recycling info.
2 stars 3 forks source link

Update application to use "Pins" on SDK 3.0 timelines (Pebble Time, etc.) #7

Open zo0o0ot opened 9 years ago

zo0o0ot commented 9 years ago

Given an existing app UUID, users can subscribe to timeline "pins" and have them integrated into the more modern timeline interface.

Guidelines for integration are here: http://developer.getpebble.com/guides/timeline/timeline-js/

It looks like I might need to implement some sort of web service to do this. I might use app engine or one of azure's free tier API endpoints for this.

One of the libraries is in python (pypebbleapi) ---Thoughts, @mikeputnam?

mikeputnam commented 9 years ago

That library might work. It appears to depend upon the python requests library which according to the below Stack Overflow only recently became supported on Google App Engine.

http://stackoverflow.com/questions/9604799/can-python-requests-library-be-used-on-google-app-engine

But it also may not. Dunno without trying.