Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandro/mseeqr
Ruby wrapper for seeqpod's mobile service.
https://github.com/sandro/mseeqr
Last synced: 12 days ago
JSON representation
Ruby wrapper for seeqpod's mobile service.
- Host: GitHub
- URL: https://github.com/sandro/mseeqr
- Owner: sandro
- Created: 2009-03-10T06:12:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-03-10T06:23:44.000Z (over 15 years ago)
- Last Synced: 2023-04-10T14:48:12.716Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 85.9 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
Awesome Lists containing this project
README
mseeqr
by Sandro Turriate
http://turriate.com== DESCRIPTION:
Ruby wrapper for seeqpod's mobile service. A search will return an array of
tracks which have a name and url to the mp3.== FEATURES/PROBLEMS:
== SYNOPSIS:
>> tracks = Mseeqr::Track.search('mozart')
>> tracks.first.name
=> "Mozart - Mozart, Sonata in D, KV 311 -"
>> tracks.first.url
=> "http://www.seeqpod.com/api/best?m=1e8ae9e1e679fe6c9b822cc7e894d3a5f719baf2"== REQUIREMENTS:
* Hpricot
* Httparty== INSTALL:
* sudo gem install sandro-mseeqr --source=http://gems.github.com
== LICENSE:
(The MIT License)
Copyright (c) 2008 FIXME (different license?)
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.