firstfm:用于Last.Fm API的Ruby包装器

时间:2024-06-04 15:10:25
【文件属性】:

文件名称:firstfm:用于Last.Fm API的Ruby包装器

文件大小:39KB

文件格式:ZIP

更新时间:2024-06-04 15:10:25

Ruby

Firstfm Firstfm是Last.fm API( )的Ruby包装。 我的主要重点是从Last.FM导入事件,但是随着时间的流逝,我将尝试添加对所有API方法的支持。 安装 sudo gem install firstfm 或添加到您的Gemfile gem 'firstfm' 配置 这将转到您的初始值设定项/firstfm.rb Firstfm . configure do | ffm | ffm . api_key = "YOUR_KEY_HERE" end 用法 Firstfm :: Venue . search ( "arena" ) Firstfm :: Venue . get_events ( 8908030 ) Firstfm :: Geo . get_events :location => "Berlin" Firstfm :: Artist


【文件预览】:
firstfm-master
----firstfm.gemspec(3KB)
----Rakefile(1KB)
----test()
--------helper.rb(484B)
--------test_venue.rb(2KB)
--------test_track.rb(758B)
--------test_user.rb(662B)
--------fixtures()
--------test_geo.rb(4KB)
--------test_artist.rb(3KB)
----README.rdoc(797B)
----.rvmrc(31B)
----Gemfile(206B)
----Gemfile.lock(1KB)
----.gitignore(4B)
----lib()
--------firstfm()
--------firstfm.rb(383B)
----VERSION.yml(43B)
----LICENSE.txt(1KB)

网友评论