npm run install
- Copy
.env.sample
and rename it to.env.
. - Fill up the variables inside of
.env
(Mandatory!) - Modify
schedule.js
as you wish
npm run start
Adds 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.