/link-follower

A simple project for learning Elixir

Primary LanguageElixir

LinkFollower

A simple program written as an exercise in learning some basic Elixir.

It's purpose is to extract <a> tags from an HTML document and allow the user to choose one to follow. This will fetch the linked page and continue the cycle. It doesn't really perform anything useful. :)

Installation

mix escript.build
./linkfollower http://google.com

Known Issues

Some styles of links crash the program. Adding some tests will likely help here.