/geotracking

Primary LanguageJavaScript

GeoTracker

Receives geographic event and adds to Google Calendar.

version platform

Create Google Sheets and project

Follow the instruction to initialize project.

  1. Run the following command and when asked log in to your Google account and open project.
/workspaces/geotracking/src/reset $ make init
  1. You are looking at project page and reset.gs is shown. Run resetSheet() and see container to verify that the sheet is ready.

  2. Run the following command. Reload project page and be sure that codes have entiry replaced and deployment version 1 is deployed.

/workspaces/geotracking/src/geotracking $ make init

Snippet for future use

$ echo "Get next deploy version"
$ echo $(($(clasp deployments | awk '{ print $3 }' | grep ^@[1-9][0-9]*$ | sed -e 's/^@//' | sort -nr | head -n 1) + 1))