Mercury
A simple wrapper for the Mercury Web Parser API, powered by HTTPoison.
Installation
If available in Hex, the package can be installed as:
-
Add
mercuryto your list of dependencies inmix.exs:
```elixir
def deps do
[{:mercury, "~> 0.1.0"}]
end
```-
Add your Mercury API key to your
config.exs
```elixir
config :mercury, api_key: "<your_mercury_api_key>"
```If you don't already have one, you can sign up for a Mercury Parser API key here.