README.md

# Asinine

_The Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization._

Asinine is an ASIN parser for Amazon product URLs.

## Installation

The package can be installed by adding `asinine` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:asinine, "~> 0.1.0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/asinine](https://hexdocs.pm/asinine).