Skip to content

towerhe/gmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMusic

GMusic provides a serias of APIs to search songs from music.g.cn. Title and aritist are supported now.

SYNOPSIS:

require 'gmusic'

result = GMusic.search(:title => 'heal the world', :artist => 'michael jackson')

puts result.class
# => Array

result.first.keys
# => [:artist, :album, :format, :size, :url, :id, :lyrics, :title]

REQUIREMENTS:

INSTALL:

gem install gmusic

Copyright © 2010 Tower He. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages