[modules/currency] Add documentation and screenshot

see #169
This commit is contained in:
Tobias Witek 2017-09-07 16:19:37 +02:00
parent 4ebce517cc
commit f7555f8d6b
2 changed files with 8 additions and 0 deletions

View file

@ -1,6 +1,14 @@
# -*- coding: UTF-8 -*-
# pylint: disable=C0111,R0903
"""Displays currency exchange rates. Currently, displays currency between GBP and USD/EUR only.
Requires the following python packages:
* requests
Parameters:
* currency.interval: Interval in minutes between updates, default is 1.
import bumblebee.input
import bumblebee.output
import bumblebee.engine

BIN
screenshots/currency.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB