README.md

# Scaleway

**Wrapper in elixir for the Scaleway API**

## Status

WIP

- [x] Compute endpoints
- [ ] Account endpoints
- [ ] Improve the library to be more developer-friendly

## Documentation

Available at [https://hexdocs.pm/scaleway](https://hexdocs.pm/scaleway). 

## Installation

[Available in hex](https://hex.pm/packages/scaleway)


```elixir
def deps do
  [
    {:scaleway, "~> 0.1.7"}
  ]
end
```

If you prefer you can add the dependencie using git directly

```elixir
def deps do
  [
    {:scaleway, git: "https://github.com/Morsicus/elixir-scaleway"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/scaleway](https://hexdocs.pm/scaleway).