A scrapper that will send an email notification if there are new job offers at Mercadona with their respective information. Right now it only works for Porto - Portugal, feel free to fork it and change it for your own desires. This script was written because of a personal need as Mercadona doesn't offer any newsletter feature.
- Node.js and npm;
- MySQL
- Install the dependent modules with
sudo npm install
; - Initiate local database with
npm run initdb
; - Start the server with
nodemon
withnpm run dev
.