Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleworkspace/slides-api
Learn How to Use the Google Slides API
https://github.com/googleworkspace/slides-api
google-slides google-workspace
Last synced: 21 days ago
JSON representation
Learn How to Use the Google Slides API
- Host: GitHub
- URL: https://github.com/googleworkspace/slides-api
- Owner: googleworkspace
- License: apache-2.0
- Created: 2017-06-05T23:21:58.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T19:08:59.000Z (almost 2 years ago)
- Last Synced: 2024-03-27T06:59:24.156Z (8 months ago)
- Topics: google-slides, google-workspace
- Language: JavaScript
- Homepage: https://codelabs.developers.google.com/codelabs/slides-api
- Size: 69.3 KB
- Stars: 22
- Watchers: 10
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Google Slides API Codelab
In this codelab, you’ll learn how you can use
[Google Slides API](https://developers.google.com/slides/) as a custom
presentation tool for an analysis of the most common software licenses. You’ll
be querying all open source code on GitHub using
[BigQuery](https://cloud.google.com/bigquery/) and creating a slide deck using
Google Slides API to present your results. The sample application is built using
Node.js, but the same basic principles are applicable to any architecture.## Getting Started
Go to the
[Slides Codelab](https://codelabs.developers.google.com/codelabs/slides-api/#0)
to get started.