feat: sms notification for usa carriers (#40)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Alexandru Gutu
2020-09-18 19:54:59 -04:00
committed by GitHub
parent ec2108f4b9
commit 5a3636bcb6
5 changed files with 67 additions and 2 deletions
+5
View File
@@ -8,6 +8,11 @@ const notifications = {
username: process.env.EMAIL_USERNAME ?? '',
password: process.env.EMAIL_PASSWORD ?? ''
},
phone: {
availableCarriers: ['sprint', 'verizon', 'tmobile', 'att'],
carrier: process.env.PHONE_CARRIER,
number: process.env.PHONE_NUMBER
},
slack: {
channel: process.env.SLACK_CHANNEL ?? '',
token: process.env.SLACK_TOKEN ?? ''