macbeth
macbeth copied to clipboard
notify
http://www.freechess.org/Help/HelpFiles/notify.html
with sounds:
data NotificationsS = NotificationsS {
userArrived :: Maybe String
, userDeparted :: Maybe String
} deriving (Show, Generic)
instance FromJSON NotificationsS
instance ToJSON NotificationsS