joannasmith / app-examples

Miro Platform App Examples

Home Page:https://beta.developers.miro.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miro App Examples

Discord

Miro

Welcome to Miro App Examples! In this repository you can find examples of apps built on top of Miro's Developer Platform 2.0.
Make sure you visit our developer documentation or read our official blog post to learn more.

Web SDK

The fastest way to bootstrap a new app is by using create-miro-app.
To get started, run the following command:

npx create-miro-app@beta

// or

yarn create miro-app@beta
Description
drag-and-drop This example show you how to drag and drop images from your app onto the board.
stickynotes-to-shapes This example allows you to select several stickies, click the plugin button in the bottom bar, and replace any selected stickies with shapes.
template-builder This example shows how to create and position on the board multiple widgets of different types and render create custom interfaces in the library.
calendar This example shows you how to add a calendar made with shapes and text for a given month and year.
wordle This example shows you how to create a wordle-like game using Miro's Web SDK.
blob-maker This example shows you how to create a drag and drop blobmaker using Miro's Web SDK.
youtube-room This example shows you how to sync a Youtube player across multiple users through Socket.IO.

 

REST API

Description
python_oauth This python sample demonstrates how to implement the Oauth 2.0 authorization code flow in Miro.
node_oauth This NodeJS sample demonstrates how to implement the Oauth 2.0 authorization code flow in Miro and make an API request to a Miro endpoint.

 

If you'd like to contribute your own app or idea, visit our contributing guide to get started.

Interested in learning more? Feel free to join our Developer Community to chat with other Miro Developers!

About

Miro Platform App Examples

https://beta.developers.miro.com/

License:MIT License


Languages

Language:JavaScript 91.0%Language:Shell 9.0%