Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandro/tagooru

Ruby wrapper for the tagoo search engine
https://github.com/sandro/tagooru

Last synced: 12 days ago
JSON representation

Ruby wrapper for the tagoo search engine

Awesome Lists containing this project

README

        

= tagooru

Ruby wrapper for the tagoo.ru search engine

== Example
require 'tagooru'

>> playlist = Tagooru.search("radiohead 15 step")

>> playlist.first.name

=> "Radiohead - 15 Step"

>> playlist.first.location

=> "someurl.com/music/radiohead/15_step.mp3"

== Copyright

Copyright (c) 2009 Sandro Turriate. See LICENSE for details.