Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 375 Bytes

stripe-jspm

This is a simple wrapper over stripe.js to allow installing and importing in apps using jspm.

It can be installed as:

jspm install stripe=github:akagr/stripe-jspm

And can then be easily be required and used.

import 'stripe';

Stripe.setPublishableKey('pk_test_6pRNASCoBOKtIshFeQd4XMUh');