koopjs / koop-provider-google-sheets

Create a Koop provider to bring in data from Google Sheets into Insights for ArcGIS
Other
6 stars 3 forks source link

Make the hard-wired stuff flexible #1

Closed dmfenton closed 7 years ago

dmfenton commented 7 years ago

Before we put this out, we need to make some of the pieces configurable.

e.g. Auth, Sheet ID, Sheet Tab, Sheet Range

We can handle auth through config. The rest we can do with the hosts and id param.

If we need more variables we can use id like this: var1::var2

dmfenton commented 7 years ago

resolved by @phpmaps