New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ezmusic

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 25 Nov 2017

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