link_fetch

Small test project to extract links from tags from an HTML file



Documentation

LinkFetch

Interview exercice - Gerard Ortega Ballesteros

Installation

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

def deps do
  [
    {:link_fetch, "~> 0.1.3"}
  ]
end