I would like to show a ms2 like data table refreshing data when changing or just by time interval.
I have seen this nice module:
https://www.npmjs.com/package/inquirer#reactive-interface
And this even nicer example:
https://github.com/edelciomolina/inquirer-table-input
But I don’t want to input data into the table but updating data by interval or just when data change.
Any nice example out there?
Thank you.