simple youtube api to convert videos to mp3 and use it on the mta sa server
first, start by cloning the repository and open a terminal in it
after that, run the command:
npm install
make sure the nodejs is installed,
after the installing done, run the command:
npm run start
server is now started, default port is 3000
localhost:3000/download/<YOUTUBE_VIDEO_ID>
thanks the @neordev for contribution <3