Skip to content

aestevens/amplitube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmpliTube: YouTube audio on-the-go

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

  1. don't have to keep the display on
  2. 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 clone this repo
  • Run the Server
    • npm install at the project root directory
    • Run npm server to start the server (port 8000)
  • Run the Client
    • cd client && npm install
    • Once install is done, run npm start
  • Run Server & Client (!!!)
    • npm run dev at the project root

About

Search YouTube and stream the isolated audio from videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published