README.md

# Tumbloire

A thin wrapper around Tumblr API v2.

## Installation

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

```elixir
def deps do
  [
    {:tumbloire, git: "https://codeberg.org/lamu/tumbloire.git", tag: "0.1.0"}
  ]
end
```

## Documentation

The documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) by running
`mix docs`. You can then open `doc/index.html` locally on your browser.