README.md

# Alexa

Provides support for implementing an Amazon Alexa Skill.

## Installation

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

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

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