https://github.com/michaellee/elixir-iso639
An Elixir library for working with languages and language codes as defined by the ISO 639 set of standards.
https://github.com/michaellee/elixir-iso639
elixir elixir-lang hex iso639 mix
Last synced: 14 days ago
JSON representation
An Elixir library for working with languages and language codes as defined by the ISO 639 set of standards.
- Host: GitHub
- URL: https://github.com/michaellee/elixir-iso639
- Owner: michaellee
- License: mit
- Created: 2019-09-14T02:52:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T04:50:40.000Z (almost 7 years ago)
- Last Synced: 2025-10-06T04:47:40.519Z (9 months ago)
- Topics: elixir, elixir-lang, hex, iso639, mix
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ISO639
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `iso639` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:iso639, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/iso639](https://hexdocs.pm/iso639).