/jobQuery

Get notified when entry level positions open up at Google!

Primary LanguageJavaScript

JobQuery

NodeJS app to send text alerts for entry level SWE positions

DESC

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!

Supported Career Sites:

Google - Looks explicitely for listings containing Software Engineer II

Install & Run

  1. Clone Repo
  2. Run npm install
  3. Set your .env vars to configure the app (there's a sample called .env.sample)
  4. Run npm start

ENV Vars

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