Skip to content

Commit

Permalink
add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
horeaporutiu committed Mar 19, 2024
1 parent 68184a5 commit f586425
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/3rd-party-oauth-login/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions examples/terms-modal-banner-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 6 additions & 0 deletions examples/terms-modal-banner-s3/package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit f586425

Please sign in to comment.