ldenman / slack-stockbot

node.js slack bot that fetches stock quotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bot ignores multiple symbols in any given message

ldenman opened this issue · comments

lake	"$FB and $AAPL"
stockbotBOT	Facebook, Inc. (FB) - $117.02

stockbot needs to be updated to get quotes for each mentioned symbol. This is a decent start:

"$FB and $AAPL".match(/(\$[A-Z]+)/g)