I'm currently working on a script that collects specific data and my end goal is to fetch this data as csv file?
I've tried many different methods, but everything leads to having a frontend. I want my script to download only using cmd without having any frontend, is that even possible?
npm startcommand in shell, I would like to includingcsv downloadin that script as wellwindowcommand, that I assume can not be achieved without frontend