Motivation: Some career pages don't filter entry level jobs well, or keep you updated with relevant positions
Goal: Send users text alerts when an entry level position opens. Support lots of companies!
Google - Looks explicitely for listings containing Software Engineer II
- Clone Repo
- Run npm install
- Set your .env vars to configure the app (there's a sample called .env.sample)
- Run npm start
TO_ADDRESS={phone-number}@{carrier-gateway}
MAIL_USER={smtp-user-name}
MAIL_PASS={smtp-password}
MAIL_HOST={smtp-host}
MAIL_PORT={smtp-host}
MAIL_FROM=
This app uses email to send SMS messages. To determine the TO_ADDRESS, lookup the sms gateway for your cell service provider. If you don't have your own smtp server, you can use a service like sendgrid. I use them since they have a free tier