UNPKG

msw-subscribe

Version:

node application to notify over email upcoming swell alerts that matches a certain criteria

9 lines 189 B
module.exports = { sendgrid: { user: process.env.SENDGRID_USERNAME, key: process.env.SENDGRID_PASSWORD }, msw: { apiKey: process.env.MSW_API_KEY } };