top of page
ガンマン Apps Script (GAS)
GAS(Google Apps Script) に、ガンマン時計を仕込みました。
WebのAPIを、簡単に公開することができます。
type=html/text/json/jsop の4パターンを試しました。
-
パラメータ説明
-
clocksize : 時計のサイズ (ex. 18)
-
clockcolor : 時計の色 (ex. ffccff) (type=htmlのとき有効)
-
type : 時計の形式 { html | text | json | jsonp }
-
callback : コールバック関数名 (type=jsonpのとき有効)
-
type=html
type=text
type=json
type=jsonp
-
callback で指定をした関数として、返却される。
下記の例では"myfunc1"。 -
クロスドメインで、情報を取り出せるようになるらしい。
Ajexでjsonpを呼ぶ練習は、別途。
github
-
gunclock 本体
-
GunClockクラス
メモ
-
Web上で.gs(.jsの拡張)を編集して、即公開が可能
-
github連携も簡単(chrome機能拡張がある)
bottom of page