文件名称:postjoy:邮政编码变得容易
文件大小:1.26MB
文件格式:ZIP
更新时间:2024-06-06 13:32:55
Ruby
Postjoy 邮政编码变得容易 开始使用 将此行添加到您的应用程序的Gemfile中: gem 'postjoy' 查询邮政编码 Postjoy . find ( 94109 ) # => { city : "San Francisco" , state : "California" , state_code : "CA" , latitude : 37.7917 , longitude : - 122.4186 } 如果邮政编码不存在,则返回nil 验证方式 还添加了对Rails的验证 class Address < ActiveRecord :: Base validates :postal_code , postal_code : true end 信用 来自数据 去做 国际邮政编码 贡献 鼓励大家帮助改善这个项目。 您可以通过以下几种方法来提
【文件预览】:
postjoy-master
----.gitignore(154B)
----US.txt(2.54MB)
----CHANGELOG.md(101B)
----LICENSE.txt(1KB)
----README.md(1KB)
----postjoy.gemspec(927B)
----lib()
--------postjoy()
--------postjoy.rb(332B)
----postal_codes.dump(3.21MB)
----Gemfile(92B)
----Rakefile(607B)
----test()
--------postjoy_test.rb(512B)
--------test_helper.rb(456B)