Skip to content

pelle/clobal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clobal

A clojure library with world information based on the Debian iso-codes library.

This is absolute early work and is not meant for public consumption just yet.

The goal is to import and convert all the locales in iso-codes and make them available to Tower for localization purposes.

Right now it's just basic information that I personally need to sketch out a new project.

New as of v0.3.0 is ClojureScript support.

Usage

Add the following to your project.clj

[clobal "0.3.0"]

Use library:

(use 'clobal.core)
(country "to")
{:regions
   [{:slug "eua", :type :division, :code :TO-01, :name "'Eua"}
    {:slug "haapai", :type :division, :code :TO-02, :name "Ha'apai"}
    {:slug "niuas", :type :division, :code :TO-03, :name "Niuas"}
    {:slug "tongatapu",
     :type :division,
     :code :TO-04,
     :name "Tongatapu"}
    {:slug "vavau", :type :division, :code :TO-05, :name "Vava'u"}],
   :slug "tonga",
   :alpha_2_code :TO,
   :alpha_3_code :TON,
   :currency :TOP,
   :numeric_code 776,
   :name "Tonga",
   :official_name "Kingdom of Tonga"}

License

Copyright © 2014 Pelle Braendgaard

Country data is converted from Debian pkg iso-codes, however their data is based on ISO 3166.

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A clojure library with world information based on the Debian iso-codes library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published