diff --git a/README.md b/README.md index 224ad55..8987215 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ -# chat-bot -Chat bot for two. +# AIO +An all-in-one pod that acts as a home server. -With a comprehensive explanation for the users. +Main functionality: +* chat-bot (telegram) +* clock (via a 32x16 rgb-matrix) +* dashboard (via external browser) -## Coupled with a matrix-interface +## Chatbot +Periodically calls the telegram api and reacts to sent commands. Also handles calls to the hw-output. + +Might add the functionality to monitor chats and make advanced statistics. + +## Clock +Refreshes the matrix with useful information: time, date (weekdays), weather. I'm running out of ideas... + +## Dashboard +TODO