價格查找代碼變得容易
? 4032? 4011? 4023
從國際產品標準聯合會清理數據
將此行添加到您的應用程序的gemfile:
gem "plu"
列表已知Plus
PLU . all
從PLU獲取名字
PLU . new ( 4011 ) . name # Bananas
檢查是否有效
PLU . new ( 2000 ) . valid? # false
對於具有5位數字的加上,第一個數字具有特殊的含義:9指定有機。
4011-香蕉? 94011-有機香蕉?
PLU . new ( 94011 ) . organic? # true
PLU . new ( 3170 ) . retailer_assigned? # true
查看Changelog
鼓勵每個人都幫助改善該項目。以下是您可以提供幫助的幾種方法:
開始開發:
git clone https://github.com/ankane/plu.git
cd plu
bundle install
bundle exec rake test