From f586425b209ae82e1b14ae041959a636d3c5bad7 Mon Sep 17 00:00:00 2001 From: Horea Porutiu Date: Tue, 19 Mar 2024 10:47:31 +0100 Subject: [PATCH] add descriptions --- examples/3rd-party-oauth-login/package.json | 1 + examples/terms-modal-banner-dynamodb/package.json | 6 ++++++ examples/terms-modal-banner-s3/package.json | 6 ++++++ 3 files changed, 13 insertions(+) create mode 100644 examples/terms-modal-banner-dynamodb/package.json create mode 100644 examples/terms-modal-banner-s3/package.json diff --git a/examples/3rd-party-oauth-login/package.json b/examples/3rd-party-oauth-login/package.json index 3754f9145..5310a0d57 100644 --- a/examples/3rd-party-oauth-login/package.json +++ b/examples/3rd-party-oauth-login/package.json @@ -1,5 +1,6 @@ { "name": "3rd-party-oauth-login", + "description": "This app allows you to login to a 3rd party service using OAuth (you will need to provide an OAuth URL). The app tracks if the user has logged in or not via localStorage.", "version": "0.1.0", "license": "MIT", "scripts": { diff --git a/examples/terms-modal-banner-dynamodb/package.json b/examples/terms-modal-banner-dynamodb/package.json new file mode 100644 index 000000000..60125b734 --- /dev/null +++ b/examples/terms-modal-banner-dynamodb/package.json @@ -0,0 +1,6 @@ +{ + "name": "terms-modal-banner-dynamodb", + "description": "This app uses DynamoDB and AWS Lambda functions to create a custom modal banner on your Miro boards that you can show to your users/attendees with any desired content and/or call to actions. It is typically used to accept terms and agreements before using a Miro board.", + "version": "0.1.0", + "license": "MIT" +} diff --git a/examples/terms-modal-banner-s3/package.json b/examples/terms-modal-banner-s3/package.json new file mode 100644 index 000000000..b74e10e5f --- /dev/null +++ b/examples/terms-modal-banner-s3/package.json @@ -0,0 +1,6 @@ +{ + "name": "terms-modal-banner-s3", + "description": "This app uses S3 and AWS Lambda functions to create a custom modal banner on your Miro boards that you can show to your users/attendees with any desired content and/or call to actions. It is typically used to accept terms and agreements before using a Miro board.", + "version": "0.1.0", + "license": "MIT" +}