Skip to content

Commit 3e1d6ad

Browse files
authored
docs: update README
1 parent addb8be commit 3e1d6ad

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Parse Server API Mail Adapter <!-- omit in toc -->
22

3-
[![npm version](https://badge.fury.io/js/parse-server-api-mail-adapter.svg)](https://badge.fury.io/js/parse-server-api-mail-adapter)
4-
[![build status](https://github.com/parse-community/parse-server-api-mail-adapter/workflows/ci/badge.svg?branch=main)](https://github.com/parse-community/parse-server-api-mail-adapter/actions?query=workflow%3Aci+branch%3Amain)
5-
[![codecov](https://codecov.io/gh/parse-community/parse-server-api-mail-adapter/branch/main/graph/badge.svg)](https://codecov.io/gh/parse-community/parse-server-api-mail-adapter)
6-
[![vulnerabilities](https://snyk.io/test/github/parse-community/parse-server-api-mail-adapter/badge.svg)](https://snyk.io/test/github/parse-community/parse-server-api-mail-adapter)
3+
[![Build Status](https://github.com/parse-community/parse-server-api-mail-adapter/workflows/ci/badge.svg?branch=main)](https://github.com/parse-community/parse-server-api-mail-adapter/actions?query=workflow%3Aci+branch%3Amain)
4+
[![Snyk Badge](https://snyk.io/test/github/parse-community/parse-server-api-mail-adapter/badge.svg)](https://snyk.io/test/github/parse-community/parse-server-api-mail-adapter)
5+
[![Coverage](https://codecov.io/gh/parse-community/parse-server-api-mail-adapter/branch/main/graph/badge.svg)](https://codecov.io/gh/parse-community/parse-server-api-mail-adapter)
6+
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
7+
8+
[![Node Version](https://img.shields.io/badge/nodejs-12,_14,_16,_17,_18-green.svg?logo=node.js&style=flat)](https://nodejs.org)
9+
710
[![dependency up-to-date](https://img.shields.io/librariesio/release/npm/parse-server-api-mail-adapter)](https://libraries.io/npm/parse-server-api-mail-adapter)
811
[![weekly downloads](https://img.shields.io/npm/dw/parse-server-api-mail-adapter)](https://www.npmjs.com/package/parse-server-api-mail-adapter)
912

13+
[![npm latest version](https://img.shields.io/npm/v/parse-server-api-mail-adapter/latest.svg)](https://www.npmjs.com/package/parse-server-api-mail-adapter)
14+
[![npm beta version](https://img.shields.io/npm/v/parse-server-api-mail-adapter/beta.svg)](https://www.npmjs.com/package/parse-server-api-mail-adapter)
15+
[![npm alpha version](https://img.shields.io/npm/v/parse-server-api-mail-adapter/alpha.svg)](https://www.npmjs.com/package/parse-server-api-mail-adapter)
16+
1017
---
1118

1219
The Parse Server API Mail Adapter enables Parse Server to send emails using any 3rd party API with built-in dynamic templates and localization.

0 commit comments

Comments
 (0)