carlosmorette / curious

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Curious

Get and show links from a website

Installation

If available in Hex, the package can be installed by adding curious to your list of dependencies in mix.exs:

def deps do
  [
    {:curious, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/curious.

Usage

iex> Curious.run("https://www.globo.com")
1. http://link.com
2. http://anotherlink.com
3. http://anotherlink.com
...

About


Languages

Language:Elixir 100.0%