-
Notifications
You must be signed in to change notification settings - Fork 5
Setup of config.js
You will need to first setup your config.js file. An example template can be found in the src/js/config-example.js file. To configure the app to pull from your own Google Sheets, you'll need to copy and paste the example, renaming it to be config.js
##Summary of config.js values
| Value | Description | Details |
|---|---|---|
author |
Can be company, username, etc | Info |
spreadsheetId |
ID of spreadsheet to link to | Info |
sheetId |
Name of the first sheet (tab) | Info |
CLIENT_ID |
API Value | Info |
numberOfUsers |
Number of Users shown | Info |
isAuth |
Should not change | Info |
The author name property can be anything you like. A company name, a user's name, etc.
The spreadsheetId can be found in the url when editing your spreadsheet. If you open the sheet from Google Apps, the url should be https://docs.google.com/spreadsheets/d/ID_HERE/edit with "ID_HERE" being the spreadsheet's ID.
The sheetId is the name of the first tab of the sheet. If you are using our example spreadsheet file, you can leave this property's value as "Scheduler".
- Point your browser to
https://console.developers.google.comand create a new project for the resource tracker.
This property takes a number value that controls the number of people you wish to show. "10" is our rough max suggestion.
This property can be ignored and should be kept as false. The value will be changed upon authorizing with Google.