自分のやりたいと思ったことを調べてみたら、
思った以上に日本語の情報が無かったので、
折角なので一から書いていこうかと。
やりたいことは2つ。
Visual Studio CodeでCordovaスマホアプリを作って、
・IoT Hub経由でデータをAzureにあげる
・Cognitive Service(Face API)と連携する
ということ。
パーツの情報はいろいろとあるから、それもまとめておこうかな。
■Azure IoT Hub SDK(Node.js用)
https://github.com/Azure/azure-iot-sdks/blob/master/node/device/core/readme.md
■CordovaアプリでREST APIをたたく
Calling a REST service from a Cordova application using jQuery
⇒情報古い?
■Visual Studio CodeでCordova開発環境構築
Apache CordovaをVisual Studio Codeで開発するための道のり
MacでもLinuxでも使える! 無償の Visual Studio Code を使用した Cordova 開発
WindowsでVisual Studio Codeを使ってCordova開発する場合、
別途Visual Studio環境がいるのね。
⇒VS Codeはエディタだから、そりゃそうだ・・・。
■Cognitive Service設定
Cognitive ServicesのFace APIを登録してみる。
■Face APIリファレンス
Face API - V1.0
⇒APIのテストコンソールもある。
思った以上に日本語の情報が無かったので、
折角なので一から書いていこうかと。
やりたいことは2つ。
Visual Studio CodeでCordovaスマホアプリを作って、
・IoT Hub経由でデータをAzureにあげる
・Cognitive Service(Face API)と連携する
ということ。
パーツの情報はいろいろとあるから、それもまとめておこうかな。
■Azure IoT Hub SDK(Node.js用)
https://github.com/Azure/azure-iot-sdks/blob/master/node/device/core/readme.md
■CordovaアプリでREST APIをたたく
Calling a REST service from a Cordova application using jQuery
⇒情報古い?
■Visual Studio CodeでCordova開発環境構築
Apache CordovaをVisual Studio Codeで開発するための道のり
MacでもLinuxでも使える! 無償の Visual Studio Code を使用した Cordova 開発
WindowsでVisual Studio Codeを使ってCordova開発する場合、
別途Visual Studio環境がいるのね。
⇒VS Codeはエディタだから、そりゃそうだ・・・。
■Cognitive Service設定
Cognitive ServicesのFace APIを登録してみる。
■Face APIリファレンス
Face API - V1.0
⇒APIのテストコンソールもある。