Creating a job-search helper with Puppeteer, Node and Mongoose: Part 2.
Soooo. Following on from Part 1
So we have some job data objects coming back. Now we want to send them to the DB.
We need to add some packages. Mongoose to help us with Mongo in Node, Dotenv to get our environment variables and Nodemailer to send ema...
bengardiner.hashnode.dev18 min read