Socket
Socket
Sign inDemoInstall

napster-info

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

napster-info

napster api


Version published
Weekly downloads
3
increased by200%
Maintainers
0
Weekly downloads
 
Created
Source

Napster

Napster Info is a versatile toolkit for interacting with music APIs, empowering you to seamlessly integrate music data into your applications. From song lyrics to exploring artists and playlists, Napster Info has you covered. demo

Installation

Install the napster-info package effortlessly:

npm install napster-info

Usage


import { getAlbumSongs, 
getArtistDetails, 
getLyrics,
getPlaylistSongs,
getReelInfo,
getReels,
searchAlbums,
searchArtist, 
searchPlaylist, 
searchSongWithSuggestion, } from 'napster-info';

// Example usage of getAlbumSongs
getAlbumSongs('albumId').then(songs => console.log(songs));


// Example usage of getArtistDetails
getArtistDetails('artistId').then(details => console.log(details));

// Example usage of getLyrics
getLyrics('songName').then(lyrics => console.log(lyrics));

// Example usage of getPlaylistSongs
getPlaylistSongs('playlistId').then(songs => console.log(songs));

// Example usage of getReelInfo
getReelInfo('reelId').then(info => console.log(info));

// Example usage of getReels
getReels('songName').then(reels => console.log(reels));

// Example usage of searchSong
searchSong('songName').then(songs => console.log(songs));

// Example usage of searchAlbums
searchAlbums('albumName').then(albums => console.log(albums));

// Example usage of searchArtist
searchArtist('artistName').then(artists => console.log(artists));

// Example usage of searchPlaylist
searchPlaylist('playlistName')
.then(playlists => console.log(playlists));

// Example usage of searchSongWithSuggestion
searchSongWithSuggestion('audio')
.then(songs => console.log(songs));

With Napster Info, accessing music data has never been simpler. Integrate it into your project today and elevate your music experience! contact

Keywords

FAQs

Package last updated on 27 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc