Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Slackから受け取った値をもとにグラフを更新 #11

Open
akakou opened this issue May 31, 2018 · 1 comment
Open

Slackから受け取った値をもとにグラフを更新 #11

akakou opened this issue May 31, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@akakou
Copy link
Member

akakou commented May 31, 2018

Slackから受け取った値をもとにグラフを更新

Slackから受け取ったメッセージに:+1:(:+1:)が含まれていた場合は青のグラフを、
:-1:(:-1:)が含まれていた場合は赤のグラフの値を加算してグラフを更新すること。
グラフの操作に関しては以下のコードを参考にせよ。

graph.add(0);  // :-1:を追加する。
graph.add(1);  // :+1:を追加する。

備考

ブランチ

feature/develop

ディレクトリ

/src/index.html
(/src/script/graph.js)

@akakou akakou added the enhancement New feature or request label May 31, 2018
@akakou
Copy link
Member Author

akakou commented Jun 18, 2018

developブランチに変更したお☆

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants