ember-cli-stripejs

0.1.0 • Public • Published

ember-cli-stripejs

The simplest way to load and configure Stripe JS in your ember-cli application.

Installation

npm install --save-dev ember-cli-stripejs

Configuration

Add your Stripe public key to your app config. Obviously, don't add your secret key.

// config/environment.js
ENV.stripe = {
  key: "pk_test_C0sa3IlkLWBlrB8laH2fbqfh"
};

Usage

Use Stripe JS has you normally would.

For more information on using ember-cli, visit http://www.ember-cli.com/.

Package Sidebar

Install

npm i ember-cli-stripejs

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • kellysutton