ghbutton / coupon-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CouponCode

Library for generating coupon codes according to this specification.

Installation

The package can be installed by adding coupon_code to your list of dependencies in mix.exs:

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

The docs can be found at https://hexdocs.pm/coupon_code.

About


Languages

Language:Elixir 100.0%