No description
- Python 51%
- C 49%
| .ralph-tui | ||
| src/c | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| wscript | ||
watchweather
A Pebble watchapp/watchface written in C using the Pebble SDK. Displays time, date, temperature (via SMHI API), and Bluetooth status.
Building
pebble build # build for all targetPlatforms
Project layout
src/c/ C source for the watchapp
src/pkjs/ PebbleKit JS (phone-side) source, if any
worker_src/c/ Background worker source, if any
resources/ Images, fonts, and other bundled resources
package.json Project metadata (UUID, platforms, resources, message keys)
wscript Build rules — usually no need to edit
Reference documentation
Weather API
https://opendata.smhi.se/metfcst/snow1gv1/introduction
Pebble Documentation
Full SDK docs, tutorials, and API reference: https://developer.repebble.com