View Source HipcallWhichtech

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.3.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]}

Detectors

  • [x] Hubspot
  • [x] Shopify
  • [x] Webflow
  • [x] Woocommerce
  • [x] Wordpress
  • [x] Ikas

Hipcall

All Hipcall libraries: