OpenWeatherGraph Pebble Watchface — inspired by Tomas Kafka's original WeatherGraph
This watchface uses Pirate Weather (Dark Sky–compatible). Get a free API key at pirate-weather.apiable.io and enter it in the watchface configuration in the Pebble app.
npm install
pebble build
pebble install --emulator basalt # or your devicePut your Pirate Weather API key in api-key.txt in the project root (one line, no quotes). That file is gitignored. You can copy api-key.example.txt to api-key.txt and replace the placeholder. Then run npm install or npm run inject-api-key; the script writes the key into the bundle so the app uses it without the Clay config. If api-key.txt is missing or empty, the app falls back to the key from the config page.
