
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
= yahoo-music
A Ruby wrapper for the Yahoo! Music APIs.
== Example Usage
=== Artists:
require 'yahoo-music' include Yahoo::Music Yahoo::Music.app_id = [Your App ID Here]
artist = Artist.new("Ben Folds Five")
puts artist.name puts artist.website
puts '*' * 40 puts
puts 'Releases' artist.releases.each do |release| puts "\t- %s" % release.title end
=== Releases & Tracks:
require 'yahoo-music' include Yahoo::Music Yahoo::Music.app_id = [Your App ID Here]
album = Album.search("The White Album").first
puts album.title puts album.artist puts "Release Date:" + album.released_on.strftime("%m/%d/%Y")
puts '*' * 40 puts
puts 'Tracks' artist.tracks.each_with_index do |track, i| puts "\t%d %s \t%2d:%2d" % [i, track.title, track.duration / 60, track.duration % 60] end
== REQUIREMENTS:
To use this library, you must have a valid Yahoo! App ID. You can get one at http://developer.yahoo.com/wsregapp/
Additionally, yahoo-music has the following gem dependencies:
== INSTALL:
== LICENSE:
(The MIT License)
Copyright (c) 2008 Mattt Thompson
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Unknown package
We found that yahoo-music demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.