Added check up email that everything works.

This commit is contained in:
Naida Vatric
2020-01-23 15:48:48 +01:00
parent 259799144e
commit b2c102bc1a
5 changed files with 84 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
"docker-stop": "docker stop pg_marketalerts",
"crawl": "cd app/crawler && node npmCrawl.js",
"daily-notify": "cd app/npmScripts && node npmDailyNotify.js",
"checkup-notify": "cd app/npmScripts && node npmCheckUpNotify.js",
"test-search": "cd test && node searchTest.js",
"test-olx-scraper": "cd test && node olxScrapeTest.js",
"test-rental-scraper": "cd test && node rentalScrapeTest.js"