https://github.com/j05u3/google-docs-time-logs-report
https://github.com/j05u3/google-docs-time-logs-report
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/j05u3/google-docs-time-logs-report
- Owner: j05u3
- Created: 2023-03-17T08:19:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T08:45:05.000Z (about 2 years ago)
- Last Synced: 2025-03-26T12:09:38.620Z (about 2 months ago)
- Language: TypeScript
- Size: 4.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to use:
====https://user-images.githubusercontent.com/7897132/225855719-adbe8e63-aba2-4ea4-b98b-ad065713c27c.mp4
Example file: https://docs.google.com/document/d/1ZBw2Yv39hucRXpPvJNDya-xy2Q23EKOBJ7eaGGm2el4
How to deploy:
====1. Install clasp: `npm install -g @google/clasp`
2. Login to your Google account: `clasp login`
3. Enable the Google Apps Script API: https://script.google.com/home/usersettings
4. Change the scriptId on `.clasp.json` to the scriptId of your Google Apps Script project (you can find it on the URL when you open the script on the browser)
5. Make the desired changes to the code (`main.ts`)
6. Install libraries: `npm i`
7. Deploy: `clasp push`References used:
====
* https://medium.com/analytics-vidhya/typescript-in-google-app-script-f0f10c7225de
* https://github.com/google/clasp
* https://developers.google.com/apps-script/guides/clasp
* https://developers.google.com/apps-script/guides/typescript