https://github.com/stupidcodefactory/wf-barcodereader
rbarcode
https://github.com/stupidcodefactory/wf-barcodereader
Last synced: 9 months ago
JSON representation
rbarcode
- Host: GitHub
- URL: https://github.com/stupidcodefactory/wf-barcodereader
- Owner: StupidCodeFactory
- License: mit
- Created: 2012-05-17T13:39:22.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-18T15:51:05.000Z (about 14 years ago)
- Last Synced: 2024-12-29T22:40:52.604Z (over 1 year ago)
- Language: Ruby
- Size: 2.04 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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