Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 325 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 325 Bytes

Google Sheets Browser Snippets

JavaScript snippets from the Google Sheets API Guide.

Run tests

Run the snippet tests by starting a local web server:

python3 -m http.server 8000

And opening the web page:

open http://localhost:8000