Meteor package to drop in a subscription payment page using the Stripe API.
==========================
A. Clone the repo to your local computer.
git clone https://github.com/awatson1978/payment-subscription.git payment-subscription
B. Create your Stripe Account at https://manage.stripe.com/account
C. Update your private and public keys with the data from your Stripe Account.
// packages/stripe-meteor/stripe_server.js
var Stripe = StripeAPI('sk_test_adhfniabgvdafvdfv');
// client/stripe.js
Stripe.setPublishableKey('pk_test_janvanweo[ignaodfinboidfj');
D. Edit copy and parameters to suite your business needs. E. Maybe update the email template. F. Publish
==========================
MIT License. Use as you wish, including for commercial purposes.