npm run install
- Copy
.env.sampleand rename it to.env.. - Fill up the variables inside of
.env(Mandatory!) - Modify
schedule.jsas you wish
npm run startAdds a new registry with given date.- if not parameter is add it will take today as date
- if we pass -1 it will take yesterday as date.
- Any valid date string ISO 8601 and it will parse it. I recommend to copy the index of the table generated by
npm run c
npm run c(Calendar) It will print in the console a beauty table with the latest 30 records.