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:
def deps do
[
{:tumbloire, git: "https://codeberg.org/lamu/tumbloire.git", tag: "0.1.0"}
]
endDocumentation
The documentation can be generated with ExDoc by running
mix docs. You can then open doc/index.html locally on your browser.