- Basic web crawler in Elixir. Simple enough to be extendable.
- Run the project
iex -S mix
- Crawl the website you're interested in
WebCrawler.Crawler.crawl("https://your.favorite.website/", 2)
- It will report how many links it has crawled in its adventures.
- Extend the app :)