An open API service indexing awesome lists of open source software.

https://github.com/ail-project/ex_ail

Elixir library using the AIL Rest API
https://github.com/ail-project/ex_ail

ail-project elixir-lang elixir-library

Last synced: 3 months ago
JSON representation

Elixir library using the AIL Rest API

Awesome Lists containing this project

README

          

# ExAil

**ex_ail** allows to conveniently use the AIL project REST API from elixir.

## Installation

```elixir
def deps do
[
{:ex_ail, git: "https://github.com/ail-project/ex_ail", tag: "0.1.0"}
]
end
```