Package Exports
- balanced-ach-crowdfund
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (balanced-ach-crowdfund) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
balanced-ach-crowdfund
npm install balanced-ach-crowdfund
Balanced ACH Debit Client for Equity Crowdfunding
Inspired by @MedStartr, a healthcare crowdfunding platform, this project provides the backend for similar minded startups who want to inspire healthcare innovations through crowdfunding.
##Equity Crowdfunding
This project is general enough to use for any crowdfinding ideas, but specially, it targets equity crowdfunding, using the fantastic ACH debit facilities offered by Balanced.
If you're not familar with equity crowdfinding and specifically the JOBS Act, you can find more information here
Balanced Payments is an open company that provides payment processing services thru REST API. More information on their ACH debit services can be found here
##Why Redis?
I am using Redis as a backend for simplicity and fast processing. You can get persistence using the AOF option. Most of the time, after a campaign is concluded, you'd probably archive it somewhere else, and not keep it in your website. Finally, Redis offers an easy way to aggregate stats using zsets.