/lyrics-finder-api

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

Primary LanguageTypeScript

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.