README.md
# Umwelt
Client for umwelt.dev
## Installation
[available in Hex](https://hex.pm/packages/umwelt), the package can be installed
by adding `umwelt` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:umwelt, "~> 0.1.0"}
]
end
```
## Usage
Right now it is a proof of concept, and in this version parser can parse itself,
via `mix dump`.