-1

I have just finished making a web-scraper which emails me my classes with Nodemailer and node-cron. How could I deploy it so that it runs while my computer is off? It should send me about 4 emails a day before each class. Any Help would be great thanks :)

I have looked into Vps but am a but stuck and don't know if thats what i should use or how to proceed.

1 Answers1

0

In order to run programs while your computer is off, you obviously need to run those programs from a running computer.

You can use a VPS - your private server that is always on (if you wish).

Or, you can use any of the hosting services, most of which have some kind of a free tier, like Github Actions.

Mate Mrše
  • 7,997
  • 10
  • 40
  • 77