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
- Host: GitHub
- URL: https://github.com/silbermm/nprx
- Owner: silbermm
- License: bsd-3-clause
- Created: 2017-11-06T01:13:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T02:42:04.000Z (over 8 years ago)
- Last Synced: 2025-04-30T10:48:43.914Z (about 1 year ago)
- Topics: elixir, npr
- Language: Elixir
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NPRx
[](https://semaphoreci.com/silbermm/nprx)
[](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