npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

lyrics-apis

v1.0.1

Published

Search song lyrics using zaroffc.xyz API

Readme

🎵 Lyrics Search API - NPM Package

🔍 Cari lirik lagu dengan mudah menggunakan API zaroffc.xyz!
NPM Version
License: MIT


✨ Fitur

✔️ Cari lirik lagu berdasarkan judul dan artis
✔️ Response cepat dalam format JSON
✔️ Mudah diintegrasikan ke proyek Node.js


🚀 Instalasi

npm install lyrics-apis
# atau
yarn add lyrics-apis

📌 Cara Pakai

1. Cari Lirik Berdasarkan Judul & Artis

const lyrics = require('lyrics-apis');

lyrics.search({ 
  title: 'Blinding Lights', 
  artist: 'The Weeknd' 
})
  .then(console.log)
  .catch(console.error);

📋 Contoh Response

{
  "status": true,
  "creator": "ZarOffc",
  "metadata": {
    "apiVersion": "2.0",
    "searchEngine": "Musixmatch"
  },
  "data": {
    "title": "Tarian Penghancur Raya",
    "artist": ".Feast",
    "trackId": "187038861",
    "artworkUrl": "https://s.mxmcdn.net/images-storage/albums5/7/9/4/2/4/7/46742497_350_350.jpg",
    "lyrics": "Mata dan peluh yang asin\nPerlahan dihapus angin\nJogja yang beku mendingin\nMenari menghancurkan alam raya yang kecewa\n\nDibuatnya malapetaka\nKamar berjeruji berpenghuni bersafari berbagai fauna\nFlora kerasukan freon di ruko toko bunga\nBank ahli industri teknologi\nEtnografi produksi menggurui penghuni asli\n\nBerbicara cepat bilang haram\nKearifan lokal yang dibungkam\nTuli pada yang belajar alam\nMati sesak nafas tengah malam\n\nTrotoar lebar, bahan hijau, Tesla\nKalah cepat disalip kuda Asia\nTewas di lampu merah, garis zebra\nEfek Rumah Kaca tiba-tiba suddenly di mana-mana\n\nUap terlontar mengepung kota\nBerlomba ciptakan plastik kita\nSaat senja kehabisan kata\nSiang malam pun gelap gulita\n\nKerja bakti menyusun neraka\nKita miliki bahan bakarnya\nPerihal waktu tunggu datangnya\nO2 dijual oleh negara\n\nOh, terima kasih 'kan usahanya\nSedotan besi, plastik cycle tiga\nPun pepohonan tak berkuasa\nLawan kebijakan yang bertamasya\n\nBurung bersiul malapetaka\nGurun menatap dingin manusia\nLaut dan pegunungan kecewa\nKudeta besar alam semesta\n\nSiarkan kabar penelan surya\nMeleleh matikan kutub utara\nAmalkan tarian penghancur raya\nKobarkan tarian penghancur raya\n\nKobarkan tarian penghancur raya\nKobarkan tarian penghancur raya"
  }
}

❓ FAQ

Q: Apa yang terjadi jika lirik tidak ditemukan?

A: API akan mengembalikan respons dengan status: "error" dan pesan yang sesuai.

Q: Apakah API ini gratis?

A: Ya! API dari zaroffc.xyz gratis untuk penggunaan pribadi.

Q: Bagaimana cara kontribusi?

Buka Issue atau Pull Request di GitHub Repository.


📜 License

MIT License © 2025 ZarOffc


🎶 Happy Coding!
🔥 Jangan lupa kasih ⭐ di GitHub jika package ini membantu!


🔗 Links


💡 Ide untuk pengembangan?
Buka Discussion atau Issue di GitHub! 🚀


🎤 Contoh Lagu Populer untuk Dicoba:

  • "Dynamite" - BTS
  • "Stay" - The Kid LAROI, Justin Bieber
  • "Levitating" - Dua Lipa

Coba sekarang dan dapatkan liriknya! 🎶