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.1.0"}
]
end
Use
Documentation for using, please check the HipcallWhichtech
module.
Example
iex> HipcallWhichtech.detect("https://woo.com/")
iex> {:ok, [:wordpress, :woocommerce]}
iex> HipcallWhichtech.detect("https://www.bulutfon.com/")
iex> {:ok, [:wordpress]}
Detectors
- [x] Hubspot
- [x] Shopify
- [x] Woocommerce
- [x] Wordpress
Hipcall
All Hipcall libraries:
- HipcallDisposableEmail - Simple library checking the email's domain is disposable or not.
- HipcallDeepgram - Unofficial Deepgram API Wrapper written in Elixir.
- HipcallOpenai - Unofficial OpenAI API Wrapper written in Elixir.
- HipcallWhichtech - Find out what the website is built with.