Lyrist

screenshot of Lyrist
nextjs
react
tailwind
chakra-ui

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

Overview

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.

Features

  • Simple and powerful: Lyrist provides a straightforward way to get lyrics for any song.
  • RESTful API: The API follows REST principles, making it easy to integrate into any application or project.
  • Accurate results: The API fetches lyrics from LyricsDumper, ensuring reliable and up-to-date information.

Summary

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.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.