hackstory

Month: 2016-10

2016-10-15

mrorz 02:12:18
Hihi
我實作了 google spreadsheet 介接的部分
主要有三個 API:

`spreadsheet.readSheets(spreadSheetId, sheetNames)` 可以讀取公開的 google spreadsheet 裡指定的資料表格子內容。
`spreadsheet.appendRow(spreadSheetId, sheetName, row)` 可以在指定的 spreadsheet 的資料表的最下面新增一列。新增前會先與使用者取得權限(會跳個登入小窗做 oauth)。
`spreadsheet.create()` 可以蓋一個新的資料表,並且從某個(hard-code 在程式裡面的)樣板 spreadsheet 複製資料表到新蓋的資料表。
mrorz 02:13:19
https://github.com/g0v/HackTimeline/blob/gh-pages/js/spreadsheet.js
因為寫得很趕,程式有點亂,而且用到了我所習慣的 es6 的語法,只有在 Chrome 上面測過會動 QQ

GitHub

g0v/HackTimeline

HackTimeline共筆時間軸 (prototype)

❤️ 1