Skip to content

This is a simple lyrics API made using NodeJS, Express, Typescript, and Cheerio.

Notifications You must be signed in to change notification settings

SnoopyCodeX/lyrics-finder-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Lyrics API

This is a simple lyrics API made using NodeJS, Express, Typescript, and Cheerio.

Base URL

https://lyrics-finder-api.vercel.app

Lyrics Endpoint

Method: GET

/lyrics?song={song title}

Response Format

{
    "lyrics": "{lyrics of the song}",
    "title": "{title of the song}",
    "artist": "{artist name}",
    "albumArt": "{url of the album art of the song}"
}

You can find the main project here.

About

This is a simple lyrics API made using NodeJS, Express, Typescript, and Cheerio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published