Skip to content

Commit

Permalink
docs: add project badges
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Jan 8, 2023
1 parent e15ba57 commit 21c8c47
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/mutex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
Another Mutex/Semaphore implementation with first-class support of AbortSignal
</p>

<p align="center">
<a href="https://github.com/OpenAlly/npm-packages/tree/main/src/mutex">
<img src="https://img.shields.io/bundlephobia/min/@openally/mutex?style=for-the-badge" alt="size">
</a>
<a href="https://github.com/OpenAlly/npm-packages/tree/main/src/mutex">
<img src="https://img.shields.io/npm/dw/@openally/mutex?style=for-the-badge" alt="download">
</a>
</p>

## Requirements
- [Node.js](https://nodejs.org/en/) v16 or higher

Expand Down
12 changes: 12 additions & 0 deletions src/timestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
An abstract class designed to manage the Time To Live (TTL) of a given list of identifiers. This implementation can be combined with other structures to allow your keys or values to expire after a certain time.
</p>

<p align="center">
<a href="https://github.com/OpenAlly/npm-packages/tree/main/src/timestore">
<img src="https://img.shields.io/bundlephobia/min/@openally/timestore?style=for-the-badge" alt="size">
</a>
<a href="https://github.com/OpenAlly/npm-packages/tree/main/src/timestore">
<img src="https://img.shields.io/npm/dw/@openally/timestore?style=for-the-badge" alt="download">
</a>
<a href="https://github.com/OpenAlly/npm-packages/tree/main/src/timestore">
<img src="https://img.shields.io/github/actions/workflow/status/OpenAlly/npm-packages/timestore.yml?style=for-the-badge">
</a>
</p>

> **Warning** Internally it uses a Node.js timer. This library does not guarantee that the timers doesn't drift.
## Requirements
Expand Down

0 comments on commit 21c8c47

Please sign in to comment.