Pinterex
Pinterex is a simple api wrapper for the Pinterest API.
Installation
If available in Hex, the package can be installed as:
-
Add
pinterexto your list of dependencies inmix.exs:
```elixir
def deps do
[{:pinterex, "~> 0.2.0"}]
end
```-
Ensure
pinterexis started before your application:
```elixir
def application do
[applications: [:pinterex]]
end
```