Skip to content

darx/synced-intervals

Repository files navigation

synced-intervals

Usage

import Intervals from "synced-intervals";

const Processes = new Intervals([
  {
    id: "test1",
    handler: () => {
      // ... code ...
    },
    interval: 5,
    immediate: true,
    insight: true
  },
]);

// view current processes being run
Processes.on("pending", (data) => console.log("pending", data));

Getting started with development

git clone https://github.com/darx/synced-intervals.git
cd synced-intervals
npm ci
npm test

Environmental variables

(echo TEST_FETCH_LINK=) > .env

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published