Node cron triggers within Wayscript are a very quick way to automate your code executions - in just a few minutes! In this simple walkthrough we'll talk about how to automate the execution of Javascript code, via node, inside of WayScript.

  • Write or upload your code into a WayScript lair.
  • Access WayScript triggers and choose the cron trigger from the listed options.
  • Insert your command to run. With Node, this will just be 'node' followed by the script name.

Full Tutorial: