Using a barcode reader, scan all item you put in the trash. Shopli will use that list of barcodes and generate a shopping list.
Add this line to your application's Gemfile:
gem 'shopli'
And then execute:
$ bundle
Or install it yourself as:
$ gem install shopli
TODO: Write usage instructions here
- Fork it ( https://github.com/kamaradclimber/shopli/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request