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

https://github.com/bdeak4/ex_njuskalo

njuskalo.hr elixir lib
https://github.com/bdeak4/ex_njuskalo

elixir elixir-lang elixir-library

Last synced: 8 months ago
JSON representation

njuskalo.hr elixir lib

Awesome Lists containing this project

README

          

# ExNjuskalo

ExNjuskalo is unofficial elixir lib for accessing njuskalo.hr public data and managing njuskalo account.

## Add to project

```elixir
def deps do
[
{:ex_njuskalo, "~> 0.1.3"}
]
end
```

add `basic_auth_token`, `username` and `password` in [config.exs](https://github.com/bdeak4/ex_njuskalo/blob/master/config/config.exs)

## Explore API

```sh
git clone https://github.com/bdeak4/ex_njuskalo
cd ex_njuskalo
mix deps.get
iex -S mix
```

## Documentation