Current section
Files
Jump to
Current section
Files
README.md
# StripiStripi is yet another Stripe Elixir API.This is still in early stages of development and currently only supports thecustomer resource in Stripe.## InstallationThe package can be installed by adding `Stripi` to your list of dependencies in`mix.exs`:```elixirdef deps do [ {:stripi, "~> 0.1.0"} ]end```