Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Elixir Wrapper for NPR One API
- Host: GitHub
- URL: https://github.com/silbermm/nprx
- Owner: silbermm
- License: bsd-3-clause
- Created: 2017-11-06T01:13:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T02:42:04.000Z (almost 7 years ago)
- Last Synced: 2024-10-18T10:26:53.886Z (3 months ago)
- Topics: elixir, npr
- Language: Elixir
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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