You can use this service to schedule a time to scrap part of website, and send email to yourself.
Define env variables
cp .env.example .env
Launch service in local
docker-compose up -d
Execute app in dev mode
yarn && yarn dev
You can run deploy via Kubernetes, but make sure .env
is well-defined.
yarn deploy