seanabrahams / elixir-spoonacular

Elixir library for Spoonacular's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spoonacular

Elixir library for Spoonacular's API.

This library is open source (MIT License) and welcomes contributions!

Installation

  1. Add spoonacular to your list of dependencies in mix.exs:
  def deps do
    [{:spoonacular, git: "https://github.com/seanabrahams/elixir-spoonacular.git"}]
  end
  config :spoonacular,
    api_key: "Your Spoonacular API key"

Usage

Spoonacular.Search.recipes("rice") # Search for a recipe

About

Elixir library for Spoonacular's API

License:MIT License


Languages

Language:Elixir 100.0%