Skip to content

bryonwinger/link-follower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple project for learning Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages