Sha256: 9ee0fd3e653b1d25c341d1a735ab8cc8a6fcff14679fe044573442b70fe522ac

Contents?: true

Size: 1.13 KB

Versions: 9

Compression:

Stored size: 1.13 KB

Contents

# TipsanityMerchantExtractor [![Build Status](https://www.travis-ci.org/umeshblader3/TipsanityMerchantExtractor.png)](https://www.travis-ci.org/umeshblader3/TipsanityMerchantExtractor)

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem 'tipsanity_merchant_extractor'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install tipsanity_merchant_extractor

## Usage

	Initiate a file with config/initializers/asin.rb

	require 'asin'

	require 'httpi'

	HTTPI.adapter = :httpclient

	HTTPI.logger  = Rails.logger

	ASIN::Configuration.configure do |config|

	  config.secret         = 'your secret'

	  config.key            = 'your key'

	  config.associate_tag  = 'your tag provided by amazon'

	  config.version = 'version provided by amazon' # every details you can simply get from amazon profile.

Then start server and have some basic test.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tipsanity_merchant_extractor-0.0.9 README.md
tipsanity_merchant_extractor-0.0.8 README.md
tipsanity_merchant_extractor-0.0.7 README.md
tipsanity_merchant_extractor-0.0.6 README.md
tipsanity_merchant_extractor-0.0.5 README.md
tipsanity_merchant_extractor-0.0.4.alpha README.md
tipsanity_merchant_extractor-0.0.3.stable README.md
tipsanity_merchant_extractor-0.0.3 README.md
tipsanity_merchant_extractor-0.0.2 README.md