This commit is contained in:
Collin M. Barrett 2017-01-10 17:33:14 -06:00 committed by GitHub
parent 9e5775c6e9
commit 46e3739898

View file

@ -12,6 +12,7 @@ Pull requests and issues are welcome! Please search current issues/pull requests
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.
- [/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 by [type/Interface.gs](https://github.com/collinbarrett/FilterLists/blob/master/gs/type/Interface.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
### json-data
The data in JSON form for each of the five list types on FilterLists.
### json-schema