HipcallWhichtech

Hex.pm VersionHex.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.13.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, []}

Website

If you want, you can test the package from https://whichtech.hipcall.com site.

Hipcall

All Hipcall libraries: