/jobs

Find jobs in a region 🤖

Primary LanguageJavaScript

maouh

Jobs

A simple electron app to find jobs in a region.

Demo:

Contribute

Prerequisites

Install

  1. Clone the repository
$ git clone https://github.com/josselinlbe/jobs.git
  1. Create a new branch (i.e: feat-new-feature).

  2. Install dependencies :

$ cd jobs && yarn

Run Puppeteer

In the current folder :

$ node linkedin_fulltime_scraper.js && node linkedin_intern_scraper.js

Run the app

Browser :

$ yarn serve

Electron :

$ yarn electron:serve