Socket
Socket
Sign inDemoInstall

ezmusic

Package Overview
Dependencies
38
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ezmusic

An easy-to-use npm package used to get a song info using the Itunes API.


Version published
Weekly downloads
1
Maintainers
1
Install size
1.58 MB
Created
Weekly downloads
 

Readme

Source

ezMusic

An easy-to-use npm package used to get a song info using the Itunes API.

Example

An example on how to use this package.

var music = require('ezmusic');

music('Candy Paint', function(res) {
    console.log(res)
});

Output:

{
  songName: 'Candy Paint',
  artist: 'Post Malone',
  album: 'The Fate of the Furious: The Album',
  genre: 'Hip-Hop/Rap',
  iconURL30: 'http://is3.mzstatic.com/image/thumb/Music111/v4/ac/44/ba/ac44ba60-094d-2983-ba29-925edf5cc841/source/30x30bb.jpg',
  iconURL60: 'http://is3.mzstatic.com/image/thumb/Music111/v4/ac/44/ba/ac44ba60-094d-2983-ba29-925edf5cc841/source/60x60bb.jpg',
  iconURL100: 'http://is3.mzstatic.com/image/thumb/Music111/v4/ac/44/ba/ac44ba60-094d-2983-ba29-925edf5cc841/source/100x100bb.jpg',
  trackURL: 'https://itunes.apple.com/us/album/candy-paint/1210537086?i=1210538362&uo=4'
}

Licence

Licensed under the MIT License

FAQs

Last updated on 25 Nov 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc