// the find
larrykluger/Pebble_DocuSign_1
A Pebble smartwatch app from 2015 that lets you track DocuSign document status from your wrist. Single C file, single JS file — this is a hackathon-tier prototype, not a library or tool anyone would adopt today.
- Narrow, clear scope: does one thing (envelope status tracking) without scope creep
- Shows the full Pebble app + PebbleKit JS pattern cleanly, useful as a historical reference for that platform
- Pebble is dead — the company was acquired by Fitbit in 2016 and the platform shut down; this code runs on nothing
- Zero stars, zero forks, last touched April 2015 — abandoned from day one
- Single author, no tests, no documentation beyond what's in the code itself
- DocuSign API integration is almost certainly broken against current API versions