Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rebble.io by Peach Hack (#PonyDev @ BronyCon 2018)

Rebble.io by Peach Hack (#PonyDev @ BronyCon 2018)

A 10 minute lightning talk at BronyCon 2018's Pony Programming panel. Find more slides at http://developer.horse

Presented by Peach Hack https://twitter.com/KatharineBerry

https://rebble.io

Inky Collective

July 29, 2018
Tweet

More Decks by Inky Collective

Other Decks in Programming

Transcript

  1. Peach Hack • Working on Google Cloud • Failed to

    make smartglasses at Intel • Used to make watches at Pebble • I make some pony games: ponytone.online, rpg.horse @KatharineBerry
  2. Web Services • Pebble appstore • Firmware updates • Language

    packs • Notification icons • Timeline • Dictation • Weather • Notification icons And more…
  3. Subscription enforcement “voice": { "languages": [ { "endpoint": "pebble-eng-usa.nuancemobility.com", "four_char_locale":

    "en_US", "six_char_locale": "eng-USA" }
 // ... ] }, "weather": { "url": "https://api.weather.com/v1/geocode/$ $latitude$$/$$longitude$$/?api_key=whatever&language=$ $language$$&units=$$units$$" },
  4. Crazy Hack Time “voice": { "languages": [ { "endpoint": "pebble-eng-usa.nuancemobility.com",

    "four_char_locale": "en_US", "six_char_locale": "eng-USA" }
 // ... ] },