Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 547 Bytes

Mint Countries

CI

Mint helpers for country and state data

API

The API is very simple right now and consists of three helpers:

Countries.all

Returns an array of all countries data

Countries.fromCode(code : String)

Returns a single country from a country code

Countries.states(code : String)

Returns an array of states filtered by country code