Packages
public_suffex
0.0.1
A module for determining the TLD given a valid URL. A special thank you to @elbow-jason for all his mentorship and code expertise.
Current section
Files
Jump to
Current section
Files
public_suffex
README.md
README.md
# PublicSuffex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add public_suffex to your list of dependencies in `mix.exs`:
def deps do
[{:public_suffex, "~> 0.0.1"}]
end
2. Ensure public_suffex is started before your application:
def application do
[applications: [:public_suffex]]
end