No-code is awesome but sometimes limited. What if you could build complex web solutions, keeping Bubble as your main No-code development platform?
In this we’ll be covering the basics of plugin development including:
• Bubble plugin editor overview;
• Create Plugin elements;
• Create Plugin actions (that execute JavaScript code);
• Define and call Plugin REST APIs;
Get Matteo Mosca – Break through your limits by mastering Bubble Plugins download
And in order to deeply understand how things work, in the course we’ll be building a custom plugin associated with a Bubble app that:
• Pulls recent Tweets from Twitter using OAuth 2.0
• Calculates the sentiment of those social posts using a JavaScript machine learning library (ML5.js)
It’s time to break through your No-code limit!
Bubble + Machine Learning
Learn how to embed an external JS library (ML5.js) in your Bubble plugin, then write and execute the JavaScript code to calculate the sentiment of your social posts.
Learn to use the API connector from the Bubble plugin editor, to pull data from Twitter using OAuth 2.0:
• Pull user timelines
• Access friends and followers of any account
• Access lists resources
• Search Tweets