README.md

# FuckingGreatAdvice

**http://fucking-great-advice.ru API wrapper for Elixir**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `fucking_great_advice` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:fucking_great_advice, "~> 0.0.1"}]
    end
    ```

  2. Ensure `fucking_great_advice` is started before your application:

    ```elixir
    def application do
      [applications: [:fucking_great_advice]]
    end
    ```

  3. Run one of the API methods:

    ```elixir
    iex(1)> FuckingGreatAdvice.random
      %FuckingGreatAdvice.Model.Advice{id: "15777", sound: "",
      text: "Ставь блять конкретные сроки!"}
    ```