Skip to content

wescpy/apps-script-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apps Script introductory codelab

This codelab introduces developers to Google Apps Script, our customized JavaScript-in-the-cloud application hosting platform which gives developers integrated access to G Suite, Google, and external services. Access it at http://g.co/codelabs/apps-script-intro.

Prerequisites

  • A Google account (G Suite accounts may require administrator approval)
  • Basic JavaScript skills
  • Basic spreadsheet skills

Introduction

The codelab introduces developers to one of the easiest ways to write code that accesses Google developer technologies, all by leveraging one of the mainstream web development languages, JavaScript. Using Google Apps Script, you will write code to extract an address sitting in a cell in a Google Sheet, generate a Google Map based on that address, and send a link of the map to yourself or a friend using Gmail. The best part? It's only 4 lines of JavaScript!

If you're completely new to Apps Script, check out our overview video. A longer intro video can be found here as well as another video walking you through the code in this codelab & repo.

Support

If you've found an error in this sample, please file an issue. Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. See CONTRIBUTING for more information.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%