README.md

# NPRx

Elixir wrapper for the [NPR API](https://dev.npr.org/api/)
See the docs on [Hex](https://hexdocs.pm/nprx)

## Installation

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

## Usage