Menu Close

youtube-audio

youtube-audio

Search in youtube and listen the audio of video you select it.

Also Live Video Supported (Cors-Origin).

frontend

app structure : React
styles : Tailwindcss
HTTP requests : Axios
router: react-router-dom
icons: react-icons

backend

app structure : Express.js
youtube stuff : yt-search – yt-suggest – yt-stream

api

server : vercel
fake token : [find in code source]


clone

  • frontend :
npm i
npm run dev

  • backend :
npm i
node index.js
View Source Code
Posted in Development