https://github.com/levicook/can_has_upc
UPC formatting and lookup utility
https://github.com/levicook/can_has_upc
Last synced: 14 days ago
JSON representation
UPC formatting and lookup utility
- Host: GitHub
- URL: https://github.com/levicook/can_has_upc
- Owner: levicook
- License: mit
- Created: 2010-02-24T18:13:06.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-24T18:33:48.000Z (over 16 years ago)
- Last Synced: 2026-07-23T19:40:23.161Z (16 days ago)
- Language: Ruby
- Size: 78.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Retrieves UPC info from upcdatabase.com.
require 'rubygems'
require 'can_has_upc/hooks'
puts "String UPC:"
pp "015000127022".to_upc
Prints:
{"size"=>"7 oz",
"lastModified"=>"2006-11-04 16:59:22",
"issuerCountryCode"=>"us",
"found"=>true,
"mfrGLN"=>"0146000000012",
"ean"=>"0015000127022",
"description"=>"GERB ORG SF APPLSC 2PK DOT",
"upc"=>"015000127022",
"issuerCountry"=>"United States",
"message"=>"Database entry found",
"isCoupon"=>false,
"pendingUpdates"=>0}
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
== Copyright
Copyright (c) 2010 levicook@gmail.com. See LICENSE for details.