https://github.com/halfbyte/amazon_product_lookup
find amazon products just using the product code (like, from a barcode)
https://github.com/halfbyte/amazon_product_lookup
Last synced: about 1 year ago
JSON representation
find amazon products just using the product code (like, from a barcode)
- Host: GitHub
- URL: https://github.com/halfbyte/amazon_product_lookup
- Owner: halfbyte
- License: mit
- Created: 2008-05-05T20:30:48.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2008-05-05T20:31:17.000Z (almost 18 years ago)
- Last Synced: 2025-04-15T06:51:58.960Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: License.txt
Awesome Lists containing this project
README
= amazon_product_lookup
== DESCRIPTION:
amazon_product_lookup is a gem to easily lookup products (primarily media products such as CD's, Books, DVD's etc.) via Amazon ECS using the product code (e.g. from a barcode). It uses the ECS gem to actually retrieve the data from amazon.
It also defines a lot of classes and methods to verify product codes, identify different code types and so on.
It uses strategy to minimize the amazon queries similar to the lookups that Delicious Library (The OSX desktop program) does.
== FEATURES/PROBLEMS:
* Lookup not implemented
== SYNOPSIS:
FIX (code sample of usage)
== REQUIREMENTS:
* ECS gem
== INSTALL:
* FIX (sudo gem install, anything else)
== LICENSE:
(The MIT License)
Copyright (c) 2008 FIX
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.