オープンソースアプリ「Sleep」をダウンロード
ダウンロード
githubからダウンロード
機能
fell asleep: スリープに入った時刻
awoke: スリープから戻った時刻
slept: スリープしていた時間
reason for sleep: スリープした理由
インストール
npm install nw -g
The actual nw.js / node-webkit app is located in the /app directory. The root directory encapsulates the /app directory to provide build tools to actually compile the app.
You’ll want to make sure you do npm install in both the root directory and the /app directory.