Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 915 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 915 Bytes

Spine::Countries

Gem Version Dependency Status Code Climate security Inline docs

Provides ISO-3166 countries list.

Installation

To install it, add the gem to your Gemfile:

gem 'spine-countries'

Then run bundle. If you're not using Bundler, just gem install spine-countries.

Usage

country = Spine::Countries.find('US')
country.name
# => 'United States'