Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nebo15/egndf

gndf.io client for Elixir
https://github.com/nebo15/egndf

elixir gandalf gndf package

Last synced: about 1 month ago
JSON representation

gndf.io client for Elixir

Awesome Lists containing this project

README

        

# Egndf

**gndf.io client for Elixir**

## Installation

The package can be installed as:

1. Add `egndf` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:egndf, "~> 0.2.2"}]
end
```

2. Ensure `egndf` is started before your application:

```elixir
def application do
[applications: [:egndf]]
end
```