Pinterex

Pinterex is a simple api wrapper for the Pinterest API.

Installation

If available in Hex, the package can be installed as:

  1. Add pinterex to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:pinterex, "~> 0.2.0"}]
end
```
  1. Ensure pinterex is started before your application:
```elixir
def application do
  [applications: [:pinterex]]
end
```