1 follower
Freelance developer and owner of GreenFlux, LLC. I build mobile & web apps for small businesses, and specialize in no-code/ low-code development, Javascript/Google Apps Script & REST API integrations.
Static Maps API & Appsmith Tutorial
Joseph from GreenFlux, LLC here, with my 3rd and final entry for Appsmith's 2021 Hackathon. Let's build a Slack integration in Appsmith! Appsmith is great for connecting various APIs and bridging different apps and services in your tech stack. And ...
Hello again, Joseph from GreenFlux, LLC here with another Appsmith tutorial; I'm submitting this one for Appsmith's Hacktoberfest . Today I will be integrating with the Google Maps Embed API to plot directions for a delivery route, and then send tha...
Hey, Joseph from GreenFlux, LLC here. I'm a full-time freelancer and a HUGE fan of Appsmith ! I've written a few other tutorials for Appsmith before but this one is gonna be a little different: Instead of an app for a specific use-case like an admin...
Intro Hi, I'm Joseph Petty from GreenFlux, LLC - I'm a full-time freelancer/developer- focused on mobile/web apps, databases, and no/low-code platforms and integrations. I've been using Appsmith for a while now and have written a few other posts on...
In this tutorial, I'll be writing a general purpose Apps Script Web App to save a cloud-hosted file to Google Drive as a new file, when the original file url is POST-ed to the script's web app endpoint. function getFileByUrl(url , folderId){ // ...