๐Ÿ“ฆ jxtrt / lua-iso3166

ISO 3166 implementation in lua.

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
iso3166lua
๐Ÿ“ฅ Clone https://github.com/jxtrt/lua-iso3166.git
HTTPS git clone https://github.com/jxtrt/lua-iso3166.git
SSH git clone git@github.com:jxtrt/lua-iso3166.git
CLI gh repo clone jxtrt/lua-iso3166
jtrt jtrt installation instructions in luarocks 4a420f0 2 months ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ data
๐Ÿ“ rockspec
๐Ÿ“ spec
๐Ÿ“„ .gitignore
๐Ÿ“„ iso3166.lua
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Lua: ISO 3166

This module provides updated ISO 3166 data: A1, A2 and numeric lookups.

Installation

Run luarocks install iso3166.

Implementation

Currently only ISO 3166-1 codes are provided. 3166-2 subdivisions are planned but not yet here.

Development

I plan on keeping this updated with every ISO revision, but pull requests are welcome if something is missing.

You will need the luassert package for testing, otherwise it's clone and go.