Packages

Steroids is an ElasticSearch query body builder adapted from [Bodybuilder](https://github.com/danpaz/bodybuilder). Easily build complex queries for elasticsearch with a simple, predictable api.

Current section

Files

Jump to
steroids lib steroids.ex
Raw

lib/steroids.ex

defmodule Steroids do
@moduledoc """
Documentation for Steroids.
"""
@doc """
Hello world.
## Examples
iex> Steroids.hello
:world
"""
def hello do
:world
end
end