A YouTube downloader in NodeJS with API request method
It all happens from the 'server.js' file which is the main file and is responsible for the operation of the server.
Easy, in this case you have two choices:
- start it locally
- host it on a server that supports nodejs
Just open terminal :) First install packages
npm install
Run the server
npm run start
Server will run on: 'localhost:3000' or '127.0.0.1:3000'