/Linked-In-Alert-bot

NodeJs Bot that continuously monitors job listings for a specific job title on linked in then notify you via email.

Primary LanguageJavaScript

Usage

How to setup locally

  1. Rename " utils/secret.js.js " to " utils/secret.js " and update the values/settings to your own
  2. make sure you have node installed on your machine
  3. Install dependecies
    npm install

The Bot requires only two parameters : title and location

Example

you want to search for Node Js jobs in Egypt

node index.js --title='Node Js' --location='Egypt'