From 7838ba6ab73cf3238fa3b97b6a925b29d044f0ef Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Thu, 21 Mar 2019 14:32:59 +0100 Subject: [PATCH] Update readme with database, getter info --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6db46b6..e4d7bdf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Somehow friendly API to get and share coffee related data from database. # Development +## Database and Getter +`cbdb` module is used as interface to database. When getting data from +database, add methods here. + +Data got from database are processed in `cbgetter` module. Feel free to add +formatting methods here. Also communication to slack is handled in this module. + ## Runnables Scripts to be run by systemd timers should by as simple as possible, runnable, python3 script file. -- 2.39.2