View Source HipcallWhichtech

Hex.pm Version Hex.pm Download Total

Find out what the website is built with using this package.

Installation

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

def deps do
  [
    {:hipcall_whichtech, "~> 0.5.0"}
  ]
end

Use

Documentation for using, please check the HipcallWhichtech module.

Example

iex> {:ok, html_body} = HipcallWhichtech.request("https://woo.com/")
iex> HipcallWhichtech.detect(html_body)
...> {:ok, [:wordpress, :woocommerce]}

iex> {:ok, html_body} = HipcallWhichtech.request("https://www.bulutfon.com/") 
iex> HipcallWhichtech.detect(html_body)
...> {:ok, [:wordpress]}

iex> {:ok, html_body} = HipcallWhichtech.request("https://www.lab2023.com/") 
iex> HipcallWhichtech.detect(html_body)
...> {:ok, []}

Hipcall

All Hipcall libraries: