Exparic

Version License

Web parser with yaml and css rules

Installation

The package can be installed by adding exparic to your list of dependencies in mix.exs:

def deps do
[
{:exparic, "~> 0.1.1"}
]
end

Usage

# run parser and wait for a result
iex(1)> r = Exparic.parse(Path.expand("./site_config.yaml"))
# or every parsed result will be sent via message
iex(1)> Exparic.parse_single(Path.expand("./site_config.yaml"), self())