awatson1978 / payment-crowdsourcing

Meteor package to drop in a crowdsourcing payment page using Stripe.

Home Page:http://payment-crowdsourcing.meteor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

payment-crowdsourcing

Meteor package to drop in a crowdsourcing payment page using Stripe.

travis-build

==============================

Installation

A. Clone the repo to your local computer.

git clone https://github.com/awatson1978/payment-per-service.git  
cd  payment-crowdsourcing

meteor

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

==============================

Licensing

MIT License. Use as you wish, including for commercial purposes.

About

Meteor package to drop in a crowdsourcing payment page using Stripe.

http://payment-crowdsourcing.meteor.com/


Languages

Language:JavaScript 58.2%Language:HTML 30.2%Language:Shell 8.7%Language:CSS 2.9%