Git Product home page Git Product logo

continue's Introduction


Check out a demo on the website!
Download the latest version

What is Continue?

Convert money into points for your projects! Set and meet goals and let your audience know where you're at. It's like Kickstarter for your website!

Measure progress by money earned, not money spent!

That may sound weird, but some simple math will help. The following shows the money received after current Stripe fees for a $1, a $10, and a $100 purchase (2.9% + 30¢ fee):

$1 * .029 - .30 = $0.67
$10 * .029 - .30 = $9.41
$100 * .029 - .30 = $96.80

Based on this, let's compare how much you earn after fees for many small purchases vs fewer larger ones:

100 $1 purchases: $67.00 earned
10 $10 purchases: $94.10 earned
1 $100 purchase: $96.80 earned

Small purchases are great! But we don't receive the same amount. So we need a different model to receive payments with.

Goals

Set and meet goals! Get emails automatically as goals are met so you can keep up on them.

You can share goals and progress with your audience so they can see where you're all at!

Payment providers support

Put the relevant PHP packages inside of the payment-providers folder and then

Make sure in the relevant *****-payment.php file that you require the correct file!

Thank you for supporting the open source community, BrowserStack!

continue's People

Contributors

joshpowlison avatar

Watchers

James Cloos avatar  avatar

continue's Issues

Add goal function option

We should have a column in the goals table called something like "function". This function would then be run on meeting the goal.

The function could do whatever the creator wants, from making a file public, to emailing users, etc. We could use call_user_func() in PHP to run the function (after loading it from a connected "functions.php" file or the like).

This would give users a lot of customization and flexibility when goals are met, really increasing the ease of adding on to Continue.

Minimum price option

This would have a few tricks to it:
-Needs to be set in PHP
-Passed to the money input in JS
-Make sure points can't go lower than the minimum amount to match the money
-Needs to be tested in PHP

Most of these would be pretty quick, and I think it'd be a really helpful feature (even if people just want to accept $1 minimum payments or something, technically you can accept as low as $.50 with Stripe but you make a tiny amount off that).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.