Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add descriptions #268

Merged
merged 2 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 (Slack) 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"
}
Loading