/Crypto-alerts-bot

Made with Deno

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Crypto-alerts-bot

Made with Deno

Requirements:

  • Deno
  • PM2

Copy the .env.example file to .env and fill in the values.

Run once to create a PM2 task: deno task start

Run to stop the PM2 task: deno task stop

Run to reload the PM2 task: deno task reload