Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postal_check

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postal_check

  • 0.1.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

PostalCheck

A Ruby gem for you know whether city code has zip code of Japan .

Installation

Add this line to your application's Gemfile:

gem 'postal_check'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install postal_check

Usage

The first argument is city code.

The second argument is zip code.

PostalCheck.check(13107,'130-0015') # true
PostalCheck.check(45456,'130-0015') # false
PostalCheck.check([13107,45456],'130-0015') # true

zip_code = '130-0015'
PostalCheck.check(13107, zip_code) # true

Contributing

1.Fork it

2.Create your feature branch (git checkout -b your-new-feature)

3.Commit your changes (git commit -m 'Add new feature')

4.Push to the branch (git push origin your-new-feature)

5.Create new Pull Request

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 11 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc