Today is manager using markdown with manager todo task.
- create new file markdown with date format.
- get weather from CPTEC using brazil-api.
- manager tasks with todo.
-
clone project
-
build release
-
use bin file
-
config env:
export TODAY_BASE_FILE=/home/$USER/tasks export TODAY_CITY_CODE=244
- to view list tasks use marmite project like:
marmite $TODAY_BASE_FILE live-tasks --serve
# alias to use with marmite live
alias today-show="marmite $TODAY_BASE_FILE --watch --serve /home/$USER/live-task"