README.md

[![Build Status](https://travis-ci.org/nickcoyne/slippers.svg)](https://travis-ci.org/nickcoyne/slippers)
[![Coverage Status](http://img.shields.io/coveralls/nickcoyne/slippers.svg)](https://coveralls.io/r/nickcoyne/slippers)
[![Inline docs](http://inch-ci.org/github/nickcoyne/slippers.svg)](http://inch-ci.org/github/nickcoyne/slippers)

# Slippers

Simple Elixir wrapper for the [10000ft API](https://github.com/10Kft/10kft-api).

Based heavily on the [ExTracker](https://github.com/dashofcode/extracker) library.

## Features

W-I-P. Just started!

## Installation

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

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

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

  2. Ensure `slippers` is started before your application:

    ```elixir
    def application do
      [applications: [:slippers]]
    end
    ```

## Examples

Coming soon.