Simple CLI project which scrapes job openings. Currently supports: Glassdoor, NationalEvacatureBank.
Project uses Hext package for template parsing, which does not work on Windows.
$ npm installTo start parsing the website following command should be executed
$ npm run start:cli scrape {website}npm run start
To get swagger navigate to /api/docs
Create migration
$ npm run migration:create --name={migration-name}Run migration
$ npm run migration:runRevert migration
$ npm run migration:revert