自動產生台灣身分證以及驗證台灣身分證是否正確。
- Ruby 2.6+
gem install tw_id_number
require 'tw/id_number'
TW::IDNumber.generate => "A153352954"
TW::IDNumber.valid?('A172591542') => true
任何 Bug 回報和 PR 都歡迎在這邊開 issue 或是直接發 PR
https://github.com/5xTraining/tw_id_number
The gem is available as open source under the terms of the MIT License