Your comments
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 :-)
Sorry I deleted the file from my dropbox - forgot that I linked it here. It's available again now.
Here's a pre-alpha version (it works just fine for me) but still no additional languages or ux improvements.
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)
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)
Not yet - the app is working fine but I didn't have time to publish it.
I'll have to check for any copyright issues with buymeapie.
I'll have to check for any copyright issues with buymeapie.
I created a pebble client for buymeapie on my own - I'll post it as an app soon.
Customer support service by UserEcho
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