AppsScriptPulse

Now Write your Google Scripts using Modern JavaScript ES6 – Digital Inspiration

Google Apps Script has made the switch to Chrome V8 JavaScript Engine. You can now write your Google Scripts and GSuite addons directly in ES6 but with a few caveats.

Source: Now Write your Google Scripts using Modern JavaScript ES6 – Digital Inspiration

Amazon Price Tracker – Monitor Price Drops on Amazon with Google Sheets

Learn how to use a Google Sheet to track product prices on Amazon shopping websites and get email alerts when the prices go down or up.

Always interesting to see the projects Amit Agarwal comes up with. This post includes a link to the free version of the Google Sheet.

Source: Amazon Price Tracker – Monitor Price Drops on Amazon with Google Sheets

Google Apps Script for Developers – Amit Agarwal

In this video tutorial, you’ll learn how to develop Google Apps Script projects locally on your computer inside Visual Studio Code. You can write your code in modern JavaScript, neatly organized in modules, and the build environment will use Babel and Webpack to transform your code into a version of JavaScript that is compatible with Apps Script.

Amit Agarwal has a great tutorial and boilerplate code for developers interested in locally Google Apps Script development.

Source: Google Apps Script for Developers