diff --git a/data/examples.json b/data/examples.json index d84bd5a..8315068 100644 --- a/data/examples.json +++ b/data/examples.json @@ -998,5 +998,15 @@ "serverless" ], "description": "Create serverless Telegram Bot with DB to keep track of users using Netlify Functions and FaunaDB" + }, + { + "name": "Stripe Subscriptions", + "url": "https://github.com/KnightWebnApps/svelte-stripe-example", + "code": "https://github.com/KnightWebnApps/svelte-stripe-example/blob/master/functions/stripe-charge/stripe-charge.js", + "tags": [ + "ecommerce", + "stripe" + ], + "description": "Add a customer and create a new subscription " } -] +] \ No newline at end of file