GoogleCivicApi
This is an API to wrap the Google Civic Information API, I became aware of the google APIs already implemented in Elixir after doing most of this so idk here we are
Installation
If available in Hex, the package can be installed
by adding google_civic_api to your list of dependencies in mix.exs:
def deps do
[
{:google_civic_api, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/google_civic_api.