From 55a372e3a28c2f0a7b2031f880be443c2cca0036 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 30 Jan 2020 11:42:37 -0800 Subject: [PATCH] updating data/examples.json --- data/examples.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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