Use a Google Spreadsheet as your JSON backend
coderwall.com
Use a Google Spreadsheet as your JSON backend
1–10 of 69 posts
Re: Use a Google Spreadsheet as your JSON backend
#2Tabletop is a great JS library for dealing with this:
Re: Use a Google Spreadsheet as your JSON backend
#3We've been using Google Spreadsheets as part of our "CMS" in our latest website redesign.
We're relying on schema.org normalization: no more item.gsx$stuff everywhere + switching or mixing data providers is effortless.
http://joshfire-tech.tumblr.com/post/65032069418/using-third...
Re: Use a Google Spreadsheet as your JSON backend
#4Clever hack, for prototypes.
Re: Use a Google Spreadsheet as your JSON backend
#5Tabletop is a great JS library for dealing with this: https://github.com/jsoma/tabletop
Another alternative is the Miso Project
http://misoproject.com/dataset/tutorials/googlespreadsheets
Re: Use a Google Spreadsheet as your JSON backend
#6Tabletop is a great JS library for dealing with this: https://github.com/jsoma/tabletop
I did the same in php and posted about it here, it's the poor man's DB http://sastrestuff.wordpress.com/2013/10/12/poor-mans-sql/
Re: Use a Google Spreadsheet as your JSON backend
#7We've been using Google Spreadsheets as part of our "CMS" in our latest website redesign. We're relying on schema.org normalization: no more item.gsx$stuff everywhere + switching or mixing data providers is effortless. http://joshfire-tech.tumblr.com/post/65032069418/using-third...
I would love to see such a CMS open-sourced, I'm sure there are a lot of people who would like such a thing
Re: Use a Google Spreadsheet as your JSON backend
#8This is a great way of putting a UI on top of JSON! I created http://jsonblob.com/ to accomplish the same thing, but a spreadsheet is much more familiar than a JSON editor.
Re: Use a Google Spreadsheet as your JSON backend
#9..FWIW, for those of you who haven't been enlightened with the power that Google Apps Script[1] offers yet, be sure to check it out: http://script.google.com. Layered on top of Spreadsheets, this pair takes prototyping to a whole new level.
Re: Use a Google Spreadsheet as your JSON backend
#10[deleted]