Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandro/tagooru
- Owner: sandro
- License: mit
- Created: 2009-06-07T03:35:29.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-16T06:31:45.000Z (about 15 years ago)
- Last Synced: 2024-09-17T14:03:22.999Z (about 2 months ago)
- Language: Ruby
- Size: 89.8 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
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.