Skip to content

Latest commit

History

History
32 lines (19 loc) 路 1007 Bytes

README.md

File metadata and controls

32 lines (19 loc) 路 1007 Bytes

Transferwise Exchange Rates Dashboard

dashboard

  • Tracks all Transferwise CHF exchange rates using the TICK-Stack.
  • Deployed on a Raspberry Pi with Balena (see Balena-compatible docker-compose.yml).
  • Currency specific Kapacitor alerts (i.e. to Slack) can be set in Chronograf.
  • Retention Policy: 14 days.

Environment Variables

If using Balena set the following device specific Device Service Variables:

  • API_TOKEN for Transferwise API.

Optional: OAuth w/ Github, see Chronograf documentation:

  • GH_CLIENT_ID
  • GH_CLIENT_SECRET
  • GH_ORGS
  • TOKEN_SECRET

Deployment w/ Balena

# git add remote for project
git push balena master

Linting

pipenv run black .