项目作者: livioso

项目描述 :
📈 Transferwise Exchange Rates Dashboard
高级语言: Python
项目地址: git://github.com/livioso/Transferwise-TICKer.git
创建时间: 2019-01-02T22:54:27Z
项目社区:https://github.com/livioso/Transferwise-TICKer

开源协议:

下载


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

  1. # git add remote for project
  2. git push balena master

Linting

  1. pipenv run black .