A little library that retreives the title of a given website.
- Reads markup chunk-wise, so it's rather fast
- converts HTML entitites to their UTF-8 counterpart
% rebar3 compile
% rebar3 eunit --verbose
URL = string() | binary()
Default = term()
Attempts to get the title of URL, returns Default if the title could not be found otherwise throws an exception if an error has occured.