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

https://github.com/brobot-br/ex-datacube

Elixir wrapper for DataCube api
https://github.com/brobot-br/ex-datacube

elixir

Last synced: 4 days ago
JSON representation

Elixir wrapper for DataCube api

Awesome Lists containing this project

README

          

# ExDatacube

**Elixir wrapper for DataCube api**

## Installation

Full documentation can be found at .

The package can be installed by adding `ex_datacube` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ex_datacube, "~> 0.3.2"}
]
end
```
and your `auth_token` can be provided by adding this to your `config.exs`:
```elixir
config :ex_datacube, auth_token: "token"
```
For other ways to configure the library, please check the [docs](https://hexdocs.pm/ex_datacube).