Build Status

Fetch::Products

Installation

Add this line to your application's Gemfile:

gem "fetch-products"

Then run:

$ bundle

Or install it yourself:

$ gem install fetch-products

Contributing

  1. Fork the project
  2. Create a feature branch (git checkout -b my-new-feature)
  3. Make your changes, including tests so it doesn't break in the future
  4. Commit your changes (git commit -am 'Add feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new pull request