nowplaying-on-slack

Spotifyで現在聞いている楽曲をSlackのStatusに表示させるアプリ

Start

$ yarn install
# create tokens.yaml
$ touch tokens.yaml
$ vim tokens.yaml
$ npm start

tokens.yaml

下記のように tokens.yaml にAPIを列挙することで複数のチームに対してステータスを変更することができます。

- xoxp-xxxx-xxxx-xxxx-xxxx # hoge.slack.com
- xoxp-yyyy-yyyy-yyyy-yyyy # fuga.slack.com

Status and stop

$ npx forever list
$ npm stop

Ref.