Current section
Files
Jump to
Current section
Files
README.md
[](https://github.com/SimonDevelop/elixir-sirene/releases/tag/0.2.0)
[](https://elixir-lang.org/docs.html)
[](https://github.com/SimonDevelop/elixir-sirene/actions)
[](https://github.com/SimonDevelop/elixir-sirene/blob/master/LICENSE)
# Sirene
A elixir library to simplify the call to the [sirene API](https://api.insee.fr/catalogue/site/themes/wso2/subthemes/insee/pages/item-info.jag?name=Sirene&version=V3&provider=insee).
## Installation
[Available in Hex](https://hex.pm), the package can be installed
by adding `sirene` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:sirene, "~> 0.2.0"}
]
end
```
Documentation generated with [ExDoc](https://github.com/elixir-lang/ex_doc) on [HexDocs](https://hexdocs.pm), the docs found at <https://hexdocs.pm/sirene>.