Firebase ガンマン時計
Firebase に、ガンマン時計を、functions として仕込みました。
リモートのクライアントから、https で アクセスし、時計を取得することができます
https://us-central1-gunman-e67a4.cloudfunctions.net/getGunClock?clockSize=20&type=html&clockColor=ffccff
パラメータ説明
clockSize : 時計のサイズ (ex. 18)
clockColor : 時計の色 (ex. ffccff)
type : 時計の形式 { txt | html | html_pre }
googleの提供するサービスで、mBaaS (mobile backend as a Service) というようです
mobileアプリ用に、クラウド環境に、DB や function(node.js で javascript) などを、 仕込んで利用できます。
お手軽です。
firebase
[
ガンマンのページへ戻る
]