This project enables websites to display Gumroad products in an overlay. It means potential customers can buy products without leaving the website.
Visit https://gumroad.elviovicosa.com and click on one of the "Buy it now for ..." buttons to see it working.
Run $ npm install
to install the project dependencies.
Run $ make tests
to run the existing tests.
- Run
$ make build
to compile the project. It will generate a single Javascript file in thelib
directory.