lyrics.db
v2.2.3
Published
<h1 align="center">Welcome to lyrics.db ⚙️</h1>
Downloads
28
Maintainers
Keywords
Readme
Stats :
🎵 - Total Songs: 8,427 (8.4K)
✍️ - Total Words: 5,531,806 (5.5M)
About
Welcome to lyrics.db a dynamic npm package designed to provide a comprehensive database of song titles and their lyrics. Our goal is to make it easier for developers to integrate song information into their applications with ease.
Features:
Welcome to lyrics.db
a dynamic npm package designed to provide a comprehensive database of song titles and their lyrics. Our goal is to make it easier for developers to integrate song information into their applications with ease.
Extensive Database: Access a wide range of song titles and their corresponding lyrics.
Language Support: Currently supports lyrics in Arabic and English only.
Regular Updates: We frequently update our database with new songs and lyrics, ensuring that you have access to the latest music content.
Easy Integration: Quickly search for and retrieve song lyrics by title using our simple API.
Whether you're building a music app, a lyrics finder, or just want to explore song lyrics programmatically, lyrics.db offers a reliable and up-to-date solution.
Installation :
npm install lyrics.db@latest
Example usage :
Install lyrics.db :
npm install lyrics.db@latest
Use lyrics.db :
const LD = require('lyrics.db');
const query = 'XXXTENTACION Fuck Love';
const lyrics = LD(query);
console.log(lyrics);
Contact
For any questions or support, please reach out to us at [email protected].