harmon25 / spoon_ex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpoonEx

Elixir Spoonacular Food API Client - Built with Tesla

Installation

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

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

Add this or similar to config exs to setup tesla adapter and api key

config :spoon_ex,
  adapter: Tesla.Adapter.Hackney,
  adapter_opts: [],
  api_key: System.get_env("SPOONACULAR_API_KEY")

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

About


Languages

Language:Elixir 100.0%