Skip to main content

Developing monday apps using vanilla javascript

  • August 15, 2020
  • 2 replies
  • 1747 views

mgtheboss

Hi,

We would like to know how we can build monday apps using vanilla javascript. We appreciate the cooperation of the community members.

This topic has been closed for replies.

2 replies

LaurentConroux
  • Participating Frequently
  • August 16, 2020

Hi mgtheboss,

You can indeed use vanilla js to build Board Views or Dashboard Widget features.

Load the monday sdk in your js file and use it to manipulate data and listen to data changes.
(you do not need Oauth2 for that).

Sorry I do not have any code to show you but I tried this spring for testing and it worked fine.
Laurent


dsilva
Forum|alt.badge.img
  • Participating Frequently
  • August 20, 2020

Hey @mgtheboss,

We have a Javascript SDK that you can use to build monday apps as you’d like:
monday.com Apps framework SDK for JavaScript

Aside from the SDK, we also offer a quick-start tutorial on accessing the API through Javascript if you’d like to take a look at that as well.

Lastly, although it’s not vanilla JS I’d also like to link over to the quick-start apps tutorial we have for React right now. Although we have the SDK linked above, perhaps this would be a useful place to look and see some of our example code.

-Danny