Socket
Book a DemoInstallSign in
Socket

slack-channel-active-reminder

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slack-channel-active-reminder

remind non acctive channel at slack

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

slack-channel-active-reminder

npm version Build Status dependencies Status devDependencies Status Known Vulnerabilities styled with prettier

Install

npm install slack-channel-active-reminder

Usage

const CronJob = require("cron").CronJob;
const Reminder = require("slack-channel-active-reminder").default;

const reminder = new Reminder();

const job = new CronJob({
  cronTime: "0 00 18 * * 1-5",
  onTick: function() {
    reminder.postRemindMessage();
  },
  start: false,
  timeZone: "Asia/Tokyo"
});
job.start();

License

MIT

Keywords

slack

FAQs

Package last updated on 12 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts