jeffngugi / Linked-In-Alert-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

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


Languages

Language:JavaScript 100.0%