Download and convert any YouTube video to MP3 or MP4. Built using Vanilla JS and Node.js
Deployed live
N.b. Only to be used in accordance with YouTube’s terms of service
Instructions to run server:
$ git clone https://github.com/barclayd/YouTube-Downloader.git
$ cd YouTube-Downloader && cd server
$ npm start
After having run the server, to view the frontend:
$ cd .. && cd client
$ open index.html