simple and RESTful API for getting lyrics of any song made using Next.js and Tailwind CSS
Lyrist is a RESTful API that allows users to retrieve lyrics for any song by providing the song’s name and the artist’s name. The API is designed to be user-friendly and provides accurate results. To prevent misuse, there is a limit of 150 requests per hour for each user. The API was created using Next.js as the framework, Tailwind CSS for styling, and LyricsDumper for retrieving lyrics. It can be run locally by cloning the repository, installing dependencies, and running the app.
To run Lyrist locally, follow these steps:
git clone [repository URL]
npm install
npm run dev
Lyrist is a user-friendly RESTful API that allows users to retrieve song lyrics by providing the song’s name and artist’s name. It was built using Next.js, Tailwind CSS, and LyricsDumper. With its simplicity and accuracy, Lyrist makes it easy for developers to integrate lyrics into their projects.