Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

simple and RESTful API for getting lyrics of any song made using Next.js and Tailwind CSS

License

NotificationsYou must be signed in to change notification settings

asrvd/lyrist

Repository files navigation

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 rate limited to 50 requests per hour based on their IP address.
You can play with the APIhere. 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

Set up environment variables

# Create a .env file with the following variablesUPSTASH_REDIS_REST_URL=your_upstash_redis_urlUPSTASH_REDIS_REST_TOKEN=your_upstash_redis_token# Get these credentials by creating a free Redis database at https://upstash.com/

Run the app

$ pnpm run dev // or npm

Contributing

  • Fork the repository.
  • Make your changes in a separate branch.
  • Open a pull request.

Contributors

Ending Note

  • Consider giving the repo a ⭐ if you liked the project!
  • Checkout my other projects!
  • Consider sponsoring me to help me build more projects like this.

Powered by vercel


[8]ページ先頭

©2009-2025 Movatter.jp