recurly-js-ts
v4.6.3
Published
Zen subscription billing in the browser
Downloads
2
Readme
Simple subscription billing in the browser
Documentation
Getting Started & API Documentation
Examples
See our Examples Repo for example client-side and server-side implementations.
Installation
<script src="https://js.recurly.com/v4/recurly.js"></script>
Important: Please do not host recurly.js or bundle it using a package manager. In order to ensure you always run the most stable and secure version possible, you must load recurly.js from our CDN.
Build
Development build server
make
Build to the file system
$ make build
If you are having issues with the build, try make clean
.
Test
$ make test