An open API service indexing awesome lists of open source software.

https://github.com/stupidcodefactory/wf-barcodereader

rbarcode
https://github.com/stupidcodefactory/wf-barcodereader

Last synced: 9 months ago
JSON representation

rbarcode

Awesome Lists containing this project

README

          

# 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](http://zbar.sourceforge.net/)

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