Skip to content

Commit

Permalink
Update documentation (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Oct 12, 2022
1 parent f635d59 commit cb3dc10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
[![Build Status](https://github.com/kibertoad/toad-scheduler/workflows/ci/badge.svg)](https://github.com/kibertoad/toad-scheduler/actions)
[![Coverage Status](https://coveralls.io/repos/kibertoad/toad-scheduler/badge.svg?branch=main)](https://coveralls.io/r/kibertoad/toad-scheduler?branch=main)

In-memory Node.js job scheduler that repeatedly executes given tasks within specified intervals of time (e. g. "each 20 seconds").
In-memory TypeScript job scheduler that repeatedly executes given tasks within specified intervals of time (e. g. "each 20 seconds").

Node.js 12+ and modern browsers are supported

## Getting started

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "toad-scheduler",
"version": "2.0.0",
"license": "MIT",
"description": "In-memory Node.js job scheduler",
"description": "In-memory Node.js and browser job scheduler",
"maintainers": [
{
"name": "Igor Savin",
Expand Down Expand Up @@ -47,6 +47,7 @@
"schedule",
"scheduler",
"in-memory",
"browser",
"job",
"task"
],
Expand Down

0 comments on commit cb3dc10

Please sign in to comment.