Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 22ab182

Browse files
authored
docs: Updates README to add shields
1 parent 126b8c8 commit 22ab182

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
<sub><i>Mongo Client for an HTTPS World. Lambda and edge function friendly</i></sub>
44
</h1>
55

6+
<!-- Shields -->
7+
<a href="https://www.npmjs.com/package/@taskless/mongo-data-api"><img alt="npm" src="https://img.shields.io/npm/v/%40taskless/mongo-data-api"></a>&nbsp;
8+
<a href="https://www.npmjs.com/package/@taskless/mongo-data-api"><img alt="npm" src="https://img.shields.io/npm/dm/%40taskless/mongo-data-api"></a>&nbsp;
9+
<a href="https://github.com/taskless/mongo-data-api"><img alt="GitHub issues" src="https://img.shields.io/github/issues/taskless/mongo-data-api"></a>&nbsp;
10+
<a href="https://github.com/taskless/mongo-data-api"><img alt="GitHub" src="https://img.shields.io/github/license/taskless/mongo-data-api"></a>&nbsp;
11+
12+
613
> A Mongo-like API for accessing the http-based [Mongo Data API](https://www.mongodb.com/docs/atlas/api/data-api/). Uses [BSON](https://www.npmjs.com/package/bson) to provide access to standard Mongo data types. BYO `fetch()` for maximum portability.
714
815
- [Usage](#usage)

0 commit comments

Comments
 (0)