Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zo0o0ot opened this issue Jul 27, 2015 · 1 comment

Comments

@zo0o0ot
Copy link
Owner

zo0o0ot commented Jul 27, 2015

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants