Skip to content

StupidCodeFactory/wf-barcodereader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wf::Barcodereader

This gem provides a way to scan QR barecode with apple isight or face time intergrated webcam

Installation

Install imagemagick:

brew install imagemagick

Install zbar

brew install zbar

Intall imagesnap

brew install imagesnap

Add this line to your application's Gemfile:

gem 'wf-barcodereader', :git => 'https://github.com/StupidCodeFactory/wf-barcodereader'

And then execute:

$ bundle

Usage

In your shell type:

$ barcode

Contributing

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

Releases

No releases published

Packages

No packages published

Languages