- When looking for job postings, can go straight to the source
- Search more than one site
- Input multiple search phrases at one time
- Input multiple company career-page urls at one time
- Counts how many search / url entered into input fields
- Output includes the link back to each career-page
- Backend code setup for Node Server or AWS Lambda Serverless (AWS-Serverless-Express library)
- AWS Lambda deploy/uploading simplified via ClaudiaJS library
- Scraper waits for web-page Javascript output via the Puppeteer library
- Mobile Responsive!
- Fork and clone repo
npm install
- Configure backend-code to use Node/Express or AWS-Lambda (Or convert to your flavor of serverless function)
npm run start-server