README.md

# Akismet

Easily check comments with Akismet from Elixir.

[Check the docs](https://hexdocs.pm/akismet/Akismet.html), which include examples and details on how to use Akismet.

## Testing

To run the built-in tests locally, you must have an Akismet API key.
Set the environment variable `TEST_AKISMET_ELIXIR_KEY`, then run `mix test`.