README.md
# NervesHubCore
[](https://circleci.com/gh/nerves-hub/nerves_hub_core)
[](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).