TheOtherDavid / CoinCheck

A simple app that checks a crypto coin price and sends an SMS alert if there has been a big move recently.
1 stars 0 forks source link

Add true support for multiple products #15

Closed TheOtherDavid closed 3 years ago

TheOtherDavid commented 3 years ago

The code is mostly prepared for this. A simple solution will be adding another product ID to a list and then making a for loop to do each operation twice. Not the most efficient solution, because it'll involve multiple DB connections are reacquiring each key twice... but easy. Also, two SMS messages, but that's okay for now.