Packages

Elixir wrapper for REST Countries API (http://restcountries.eu/)

Current section

Files

Jump to
excountries lib excountries.ex
Raw

lib/excountries.ex

defmodule Excountries do
@moduledoc """
Excountries is a tiny Elixir wrapper for the [REST Countries API](http://restcountries.eu/).
To see all of the methods available, see:
```
h Excountries.Radar
```
"""
end