To run this project, you will need to add the following environment variables to your .env file
SECRET_PASS
SECRET_USER
SECRET_HOST
SECRET_DATABASE
SECRET_PORT
To deploy this project run
npm i
node collect_all.js
Install Border Dashboard with GitHub
git clone 'https://github.com/sethmorton/CrossingTimeScrapers.git'
cd CrossingTimeScrapers
Deploy Border Dashboard to GCR
docker build -t crossing-time-scrapers --platform=linux/amd64 .
docker tag crossing-time-scrapers gcr.io/ssp-all-sites/crossing-time-scrapers
docker push gcr.io/ssp-all-sites/crossing-time-scrapers
Naming conventions based off Javascript Naming Conventions
Seth