Career Data

 

Members

(constant) base :string

The base form of the URL for accessing Google Sheets data.
Type:
  • string

(constant) dict :Object.<string, Array>

Dictionary that stores the Google Sheets data.
Type:
  • Object.<string, Array>

(constant) query :string

Search query for the columns A, F, G, J, and K.
Type:
  • string

(constant) sheetId :string

A unique string giving access to the Google Sheet.
Type:
  • string

(constant) sheetName :string

The name of the spreadsheet.
Type:
  • string

(constant) url :string

The complete URL for fetching data from the Google Sheet.
Type:
  • string

Methods

fetch(url)

Fetches data from the Google Sheet and populates the dictionary.
Parameters:
Name Type Description
url string The URL to fetch data from.