Instagram client for Elixir (with Phoenix auth example app) ExCasts: Elixir screencasts for all skill levels

A More Complete Library for Stripe

I’ve been looking for a Stripe Library over the past week and each one I looked at fell short in some regard. Most were “very alpha”, some had no tests, others isn’t even build. I first went the route of trying to fork/help but soon found myself reworking the API (instead of just mirroring a REST client) and so I decided to just go my own direction.

The repo is here and the package itself is here.

This is my first Elixir package so there might be some rough spots… in fact I’m sure of it!

The API is essentially what you would expect:

Stripe.Customers.create_subscription("customer_id","test-plan", [options])