googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 275 forks source link

Google Script integration #29

Open Abbie2020 opened 10 years ago

Abbie2020 commented 10 years ago

This platform looks great and I'm looking forward to trying it out. I've done my first bit of Javascript over on Google Sheets, which uses Google Script. Would there be any possibility of integration with Coder (it is Google after all!)? It'd be great to refer to one of my spreadsheets in Drive. e.g.

var ss = SpreadsheetApp.getActiveSpreadsheet()
jmstriegel commented 10 years ago

@Abbie2020 I believe there's a pretty basic api for getting the data out of a public spreadsheet. I'm not sure that there's a convenient write api, though: https://developers.google.com/gdata/samples/spreadsheet_sample

Some work would need to be done to make this easier, but if you get a working example together, let me know!

Luuii commented 10 years ago

Yeah there is a good idea. I want to know if exists something that works. Anyway, if you want to collaborate to develop the tool, I can join to that.