Current section
Files
Jump to
Current section
Files
ex_user_check
README.md
README.md
# ExUserCheck
π **Elixir client for the UserCheck API** β Validate emails and domains effortlessly.
## Features
- π **Domain Validation**: Check if a domain is disposable, has MX records, or is flagged as spam.
- βοΈ **Email Validation**: Validate emails, check their risk level, and detect disposable addresses.
- β‘ **Built with Req**: Simple and efficient HTTP requests.
- π **Typed Structs**: Automatic deserialization with `ExConstructor`.
---
## Installation
Add `ex_user_check` to your `mix.exs` dependencies:
```elixir
def deps do
[
{:ex_user_check, "~> 0.1.0"}
]
end