A project to show a message on terminal start.
The config file is located in your config directory after running the daemon once. Most likely: ~/.config
{
"key": "Get at https://www.weatherapi.com/",
"city": "Brussels",
"message_type": "weather"
}
The options for message_type are weather
and reddit
How you implement it is up to you. Personally I have a crontab running every 5 minutes that runs the daemon. Then I just run the client in ~/.bashrc .