Skip to content

Commit

Permalink
Add npm badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 20, 2021
1 parent c6b5cfb commit d26d1aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# toad-scheduler

[![NPM Version][npm-image]][npm-url]
[![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)

Expand Down Expand Up @@ -46,3 +47,6 @@ scheduler.addSimpleIntervalJob(job)
```

Note that in order to avoid memory leaks, it is recommended to use promise chains instead of async/await inside task definition.

[npm-image]: https://img.shields.io/npm/v/toad-scheduler.svg
[npm-url]: https://npmjs.org/package/toad-scheduler

0 comments on commit d26d1aa

Please sign in to comment.