Update README.md

This commit is contained in:
Collin M. Barrett 2017-01-10 18:26:09 -06:00 committed by GitHub
parent 10b3ed1d23
commit 5804e188c5

View file

@ -9,11 +9,11 @@ Pull requests and issues are welcome! Please search current issues/pull requests
## Directory Structure
### [/gs](https://github.com/collinbarrett/FilterLists/tree/master/gs)
Contains Google Script custom functions, triggers, etc. Google sheets is used as a lightweight database for this project, so the .gs files contain the custom JSON parsing logic.
Contains Google Script custom functions, triggers, etc. Google Sheets is used as a lightweight database for this project, so the .gs files contain the custom JSON parsing logic.
#### [/gs/lib](https://github.com/collinbarrett/FilterLists/tree/master/gs/lib)
A single [GAS library](https://developers.google.com/apps-script/guide_libraries) used by all five list type spreadsheets and accessed via [type/Interface.gs](https://github.com/collinbarrett/FilterLists/blob/master/gs/type/Interface.gs)
#### [/gs/type](https://github.com/collinbarrett/FilterLists/tree/master/gs/type)
Files copy/pasted into each of the five spreadsheets to workaround the Google Sheets/GAS permissions structure
Files copy/pasted into each of the five list type spreadsheets to workaround the Google Sheets/GAS permissions structure
### [/json-data](https://github.com/collinbarrett/FilterLists/tree/master/json-data)
The data in JSON format for each of the five list types on FilterLists