Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thbar/mephisto_amazon

A starter plugin to provide support for Amazon data retrieval (relies on Amazon-ECS gem).
https://github.com/thbar/mephisto_amazon

Last synced: about 2 months ago
JSON representation

A starter plugin to provide support for Amazon data retrieval (relies on Amazon-ECS gem).

Awesome Lists containing this project

README

        

MephistoAmazon
==============

This plugin is a partial rewrite of Nicholas Faiz's MephistoAmazon.
Instead of using Ruby/Amazon, it uses the new amazon/ecs (http://www.pluitsolutions.com/projects/amazon-ecs).
There is one liquid filter and one tag so far: asin_search.
You can modify how it renders by editing the liquid files in the views directory.
Use the filter to render content in an article. Use the tag for the layout.

ASIN Search
-----------

0553214322

or

{% asin_search books 0553214322 %} {% endkeyword_search %}

What is a ASIN? See http://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number

Authors
=======

Original work by Nicholas Faiz (https://tfw.devguard.com/svn/os/plugins/mephisto_amazon/).

Adaptation to Amazon/ECS by Thibaut Barrère (http://blog.logeek.fr).

The file ecs.rb and everything under the amazon directory is the work of Herryanto Siatono (released under the MIT License).

Dependencies
------------

This plugin depends on Hpricot.