AmpliTube is a web app that allows you to search YouTube and listen to the audio track only. This conserves your device's precious battery life and data (if on mobile) because unlike the official mobile app, you
- don't have to keep the display on
- only download the audio track, which is almost guaranteed to be smaller in filesize than the video track.
Want to test out the code yourself?
git clonethis repo- Run the Server
npm installat the project root directory- Run
npm serverto start the server (port 8000)
- Run the Client
cd client && npm install- Once install is done, run
npm start
- Run Server & Client (!!!)
npm run devat the project root