/nprx

Elixir Wrapper for NPR One API

Primary LanguageElixirBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

NPRx

Build Status Hex.pm

Elixir wrapper for the NPR API See the docs on Hex

Installation

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

Usage