+16
Create App for Smartwatch (pebble..) to manage lists
It would be perfect if we can manage list from pebble, choice one of the buy me a pie lists and them from Watch can mark each item as buy, of course with phone sync. it´s only a idea but would be cool
Kundesupport af UserEcho
The smart wear accessories becomes very popular.
You created a pebble client for buymeapie.
You published in the Pebble Store?
I'll have to check for any copyright issues with buymeapie.
https://dl.dropboxusercontent.com/u/9377811/BuyMeAPebble.pbw
(Hopefully I'm not violating any buymeapie terms)
First you'll have to configure the app and input your username and password for buymeapie.
Then the app will list all shopping lists - select one and you'll see the items.
By single clicking (middle button) an item you'll get a details page for the item - by long click you'll remove the item from the list (this is not sent back to the server yet, so you'll be able to "reload" if you removed the wrong item by simply clicking back and reselecting the list)
Oo just found this and seems to work ok
I will try it for the next week or so as I use buy me a pie quiet a lot
Thanks
You public a new version for BuyMeAPebble?
Sorry I deleted the file from my dropbox - forgot that I linked it here. It's available again now.
Hello Stephan, is a new version for BuyMeAPebble still in process?
Currently not as I'm using working with Android Wear and watchOS currently.
I could share the code if someone is interested - which features would you request?
Maybe I'ld carry on if I knew what to improve :-)
I don't know if the problem on BuyMeAPebble site.
Since I've changed from IOS to Android it comes an Error "Failed to loadList:"
I use the settings (User and password) from the IOS
Probably buymeapie changed something on their website. There is (probably was) no public api, so I emulate a browser call and extract all data from their internal webservice returning json.
I just published the source code to the app and the nodejs webservice simulating the browser.
You'll find there here:
https://github.com/kitzler-walli/BuyMeAPebble
https://github.com/kitzler-walli/BuyMeAPebble-Nodejs