Skip to content

bitmold/Container6346

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ruby ISO 6346 Validator

Gem to validate an ISO 6346 shipping container.

Usage

gem install container6346
require 'container6346'
container = 'TOLU4734787'
if Container6346.validate_container?(container)
	puts '#{container} is ISO 6346 compliant'
else
	puts '#{container} is not ISO 6346 compliant'
end

About

script to see if a shipping container is ISO 6346 compliant

Resources

Stars

Watchers

Forks

Languages