Skip to content

rzpr/whats-the-lyric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whats The Lyric

(just type part of the song lyrics. you will find the song you are looking for)

Made With

installation

  • git clone https://github.com/rezzaapr/whats-the-lyric
  • cd whats-the-lyric
  • npm i

Running App

  • node app.js
  • After Type node app.js Output will be like this:
➜ whats-the-lyric node app.js
App running on *: 8080
  • Open On Browser http://localhost:8080/detect?={query}

Output :

/ 20220308173616
// http://localhost:8080/detect?query=its%20okay%20eat%20fish

{
  "Status": {
    "Response": 200,
    "Api_Version": "1.0.0"
  },
  "Band_Name": "Nirvana",
  "Song_Title": "Something in the Way",
  "Song_Writer": " Kurt Cobain",
  "lyric": "Underneath the bridge\nTarp has sprung a leak\nAnd the animals I've trapped\nHave all become my pets\nAnd I'm living off of grass\nAnd the drippings from my ceiling\nIt's okay to eat fish\nCause they don't have any feelings\n\nSomething in the way\nMmm-mmm\nSomething in the way, yeah\nMmm-mmm\nSomething in the way\nMmm-mmmUnderneath the bridge\nTarp has sprung a leak\nAnd the animals I've trapped\nHave all become my pets\nAnd I'm living off of grass\nAnd the drippings from my ceiling\nIt's okay to eat fish\nCause they don't have any feelings\n\nSomething in the way\nMmm-mmm\nSomething in the way, yeah\nMmm-mmm\nSomething in the way\nMmm-mmm\nSomething in the way, yeah\nMmm-mmm\nSomething in the way\nMmm-mmm\nSomething in the way, yeah\nMmm-mmm\n\nUnderneath the bridge\nTarp has sprung a leak\nAnd the animals I've trapped\nHave all become my pets\nAnd I'm living off of grass\nAnd the drippings from the ceiling\nIt's okay to eat fish\nCause they don't have any feelings\n\nSomething in the way\nMmm-mmm\nSomething in the way, yeah\nMmm-mmm\nSomething in the way\nMmm-mmm\nSomething in the way, yeah\nMmm-mmm\nSomething in the way\nMmm-mmm\nSomething in the way, yeah\nMmm-mmm\nSomething in the way\nMmm-mmm\nSomething in the way, yeah\nMmm-mmm\n\n\n"
}