Skip to content

farism/mint-countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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