Skip to content

AbhiDevkota/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Boom Backend

Simple YouTube music streaming API for Music Boom app.

Endpoints

Search

GET /api/search?q=song+name

Returns top 10 YouTube videos matching the query.

Stream

GET /api/stream?videoId=VIDEO_ID

Returns video details and direct audio stream URL.

Deploy to Vercel

  1. Create a new GitHub repository
  2. Push this backend folder to the repo
  3. Go to vercel.com
  4. Click "New Project"
  5. Import your GitHub repository
  6. Deploy!

Your API will be available at: https://your-project.vercel.app

Local Testing

npm install
vercel dev

Then test:

About

api ho yo bro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors