AppwriteElixir

TODO: Add description

Installation

available in Hex, the package can be installed by adding appwrite_elixir to your list of dependencies in mix.exs:

def deps do
  [
    {:appwrite_elixir, "~> 0.1.0"}
  ]
end

Then in your config file

#config/config.exs
config :appwrite_elixr,
    :project_id "YOUR_PROJECT_ID",
    :api_key "YOUR_API_KEY",
    :host "YOUR_HOST" # defaults to localhost

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/appwrite_elixir.