SnoopyCodeX / lyrics-finder-api

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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


Languages

Language:TypeScript 100.0%