Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nebo15/egndf
- Owner: Nebo15
- License: mit
- Created: 2016-08-11T18:14:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T14:16:53.000Z (almost 8 years ago)
- Last Synced: 2024-04-25T01:08:06.522Z (7 months ago)
- Topics: elixir, gandalf, gndf, package
- Language: Elixir
- Size: 24.4 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```