Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Pebble watch face with Starbucks account information using httpebble protocol.
C PHP
branch: master
Failed to load latest commit information.
php
resources/src
src
README.md Updated README to include iOS instructions for httpebble

README.md

PebbleBucks

Pebble watch face with Starbucks account information using httpebble protocol.

Instructions

  1. Import this project from Github using Cloud Pebble.
  2. Navigate to config.h file in project.
  3. Define Starbucks username and password below (replace username & password, leaving quotes).
  4. For the barcode to work: a) Screenshot your barcode from your phone and crop/resize to 140x63. b) Define new resource in Cloud Pebble -- upload your barcode. c) Use Resource Identifier as SBUXBARCODE
  5. IF USING iOS open main.c and change line 20 to allow httpebble to work correctly.
    • FROM: PBL_APP_INFO(MY_HTTP_UUID,
    • TO: PBL_APP_INFO(HTTP_UUID,
  6. Compile watchface and load through Pebble app.
Something went wrong with that request. Please try again.