Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.03 KB

Songle Sync Webmo向けslaveプロジェクト

ビートにに合わせてWebmoのモータが回ります。

必要なもの

使い方

アクセストークンをsettings.js に設定します。

WebmoのWiFiに接続した状態で、以下のようにして実行してください。 npm install は最初の一度だけ必要です。

$ git clone https://github.com/SongleJp/songle-sync-app-webmo
$ cd songle-sync-app-webmo
$ npm install
$ node webmo.js

ビルド方法

webmo.ts はTypeScriptで書かれているので、 tsc コマンドを使ってビルドしてください。 webmo.js が上書きされます。

$ tsc

tsc がインストールされていない環境では、まず以下のようにしてインストールする必要があります。

$ npm install -g typescript