README.md

# NervesHubCore

[![CircleCI](https://circleci.com/gh/nerves-hub/nerves_hub_core.svg?style=svg)](https://circleci.com/gh/nerves-hub/nerves_hub_core)
[![Hex version](https://img.shields.io/hexpm/v/nerves_hub_core.svg "Hex version")](https://hex.pm/packages/nerves_hub_core)

An HTTP interface for the NervesHub web API.

## Installation

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

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

The docs can be found at [HexDocs](https://hexdocs.pm/nerves_hub_core).