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
- Fork the project
- Create a feature branch (
git checkout -b my-new-feature
) - Make your changes, including tests so it doesn't break in the future
- Commit your changes (
git commit -am 'Add feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request