asrvd / lyrist

simple and RESTful API for getting lyrics of any song made using Next.js and Tailwind CSS
https://lyrist.now.sh
MIT License
101 stars 20 forks source link
api api-rest chakra-ui hacktoberfest lyrics lyrics-api lyrics-app lyrics-fetcher lyrics-finder lyrics-generator lyrics-search nextjs

playground . guide . twitter

Overview

Lyrist is a simple yet powerful RESTful API for getting lyrics of any song using the song's name and its artist's name. It's easy to use and just works. To prevent misuse of the APi, every user is only allowed to make 150 requests per hour.
You can play with the API here. Fun Fact: I had created this API as a starting project for learning Next.js.

Tech Stack

Run locally

Clone the repository

$ git clone https://github.com/asrvd/lyrist.git

Install dependencies

$ cd lyrist
$ pnpm i // or npm

Run the app

$ pnpm run dev // or npm

Contributing

Contributors

Ending Note

Powered by vercel