Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 647 Bytes

File metadata and controls

38 lines (27 loc) · 647 Bytes

Simple CLI project which scrapes job openings. Currently supports: Glassdoor, NationalEvacatureBank.

IMPORTANT

Project uses Hext package for template parsing, which does not work on Windows.

Installation

$ npm install

To start parsing the website following command should be executed

$ npm run start:cli scrape {website}

Start Server

npm run start

To get swagger navigate to /api/docs

Create migration File

Create migration

$ npm run migration:create --name={migration-name}

Run migration

$ npm run migration:run

Revert migration

$ npm run migration:revert