0

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?

16
  • You've tagged JavaScript and seem to be wanting to run JS on a server without a UI. Have you taken a look at NodeJS? Commented Jun 28, 2022 at 13:14
  • @phuzi I'm running a JS file that has a specific script that fetches data on npm start command in shell, I would like to including csv download in that script as well Commented Jun 28, 2022 at 13:16
  • Can you explain "I've tried many different methods, but everything leads to having a frontend"? Commented Jun 28, 2022 at 13:17
  • @phuzi most of the answers I've found require a frontend method that includes fetching data via window command, that I assume can not be achieved without frontend Commented Jun 28, 2022 at 13:18
  • 1
    npm as in Node Package Manager, sounds like you're already running under Node :o) Commented Jun 28, 2022 at 13:44

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.