/job-search

Serverless job scraping function

Primary LanguageJavaScript

job-search

Serverless job scraping function built with architect.

Install

npm install @architect/workflows

npm install

Run

export AWS_PROFILE=YOUR_PROFILE

export AWS_REGION=YOUR_AWS_REGION

npx create

Deploy

Run this to deploy .arc-config to your Lambdas: npx config

npx env production EMAIL example@gmail.com

npx env production PASSWORD example

Run this to update and install all the node_modules in src/: npx hydrate

ARC_DEPLOY=production npx deploy or ARC_DEPLOY=staging npx deploy