An open API service indexing awesome lists of open source software.

https://github.com/silbermm/nprx

Elixir Wrapper for NPR One API
https://github.com/silbermm/nprx

elixir npr

Last synced: 8 months ago
JSON representation

Elixir Wrapper for NPR One API

Awesome Lists containing this project

README

          

# NPRx

[![Build Status](https://semaphoreci.com/api/v1/silbermm/nprx/branches/master/shields_badge.svg)](https://semaphoreci.com/silbermm/nprx)
[![Hex.pm](https://img.shields.io/hexpm/v/nprx.svg)](https://hexdocs.pm/nprx/api-reference.html)

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