Paypal/Braintree payment processing. Check out the latest deployment
- Install the module with:
npm install js-practice
- Then run:
node server.js
var PayServer = require('js-practice');
var server = new PayServer('.',3000);
js_practice.create_listender();
(Coming soon)
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
(Nothing yet)
Copyright (c) 2015 Michael Bowerman
Licensed under the GPL license.