README.md

# Thing

> Universal product information API for Elixir

Integrates with several open source product databases to provide a consistent API for obtaining product information from across the world

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add thing to your list of dependencies in `mix.exs`:

        def deps do
          [{:thing, "~> 0.0.1"}]
        end

  2. Ensure thing is started before your application:

        def application do
          [applications: [:thing]]
        end