README.md

# Bauer

Bauer is a high level library for interacting with websites.

It's a work-in-progress, come back another time :-)

[Documentation for Bauer is available online](http://hexdocs.pm/bauer/).

## Installation

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

```elixir
def deps do
  [{:bauer, "~> 0.1.0"}]
end
```

## License

Bauer source code is released under Apache 2 License.
Check LICENSE file for more information.