Skip to content

An Elixir parser for getting the parts of a domain (subdomain, domain, and tld)

License

Notifications You must be signed in to change notification settings

elbow-jason/domain_parts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DomainParts

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add domain_parts to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:domain_parts, "~> 0.1.0"}]
end
```
  1. Ensure domain_parts is started before your application:
```elixir
def application do
  [applications: [:domain_parts]]
end
```

About

An Elixir parser for getting the parts of a domain (subdomain, domain, and tld)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages