Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/googleworkspace/apps-script-intro-codelab


https://github.com/googleworkspace/apps-script-intro-codelab

google-apps-script google-workspace

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Apps Script introductory codelab

This codelab introduces developers to [Google Apps Script](https://developers.google.com/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 .

## 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](http://youtu.be/xUm0Q6XrcY8). A longer intro video can be found [here](http://goo.gl/1sXeuD) as well as [another video](http://goo.gl/oAzBN9) walking you through the code in this codelab & repo.

## Support

- [Apps Script documentation](https://developers.google.com/apps-script)
- [Apps Script video library](https://developers.google.com/apps-script/guides/videos)
- [Apps Script support channels](https://developers.google.com/apps-script/support)
- [Apps Script community & mailing list](http://groups.google.com/group/google-apps-script-community)
- [Stack Overflow](http://stackoverflow.com/questions/tagged/google-apps-script)
- [Other Google codelabs](http://g.co/codelabs)

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](CONTRIBUTING.md) for more information.