Skip to content

JuanitoFatas/dixon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dixon

Gem Version Travis Build Status

[Frank] Dixon checks your ID number.

Frank Dixon checks your ID number.

Credit: http://www.quotefully.com/

Dixon now only supports identification number check for Taiwan, more are coming up.

Requirements

Ruby 2.0+

Installation

$ gem install dixon

API

Provides three instance methods: checks, gender, and issued_by.

  • checks checks if given ID is a valid Taiwan identification number.

  • gender returns gender of given ID.

  • issued_by returns which local agencies issued this ID.

Usage

Dixon::Validators::Taiwan.new.checks 'A123456789'
=> true

Dixon::Validators::Taiwan.new.gender 'A123456789'
=> "male"

Dixon::Validators::Taiwan.new.issued_by 'A123456789'
=> "Taipei City"

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add & Run the test: $ rake test
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

Author

Juanito Fatas

License

MIT License

About

Dixon is a Identification number validator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages