Skip to content

Commit 83e50c8

Browse files
authored
Merge pull request #702 from sid88in/chore/readme-live-stats
docs: add live npm stats badges and update adoption section
2 parents 8afbe39 + 4914026 commit 83e50c8

1 file changed

Lines changed: 35 additions & 4 deletions

File tree

README.md

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
[![Tests](https://github.com/sid88in/serverless-appsync-plugin/workflows/Tests/badge.svg)](https://github.com/sid88in/serverless-appsync-plugin/actions?query=workflow%3ATests) <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
1+
[![npm version](https://img.shields.io/npm/v/serverless-appsync-plugin?color=cb3837&label=npm&logo=npm)](https://www.npmjs.com/package/serverless-appsync-plugin)
2+
3+
[![npm downloads (weekly)](https://img.shields.io/npm/dw/serverless-appsync-plugin?label=downloads%2Fweek&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin)
4+
5+
[![npm downloads (year)](https://img.shields.io/npm/dy/serverless-appsync-plugin?label=downloads%2Fyear&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin)
6+
7+
[![license](https://img.shields.io/npm/l/serverless-appsync-plugin?color=green)](https://github.com/sid88in/serverless-appsync-plugin/blob/master/LICENSE)
8+
9+
[![Tests](https://github.com/sid88in/serverless-appsync-plugin/workflows/Tests/badge.svg)](https://github.com/sid88in/serverless-appsync-plugin/actions?query=workflow%3ATests)
10+
11+
[![GitHub stars](https://img.shields.io/github/stars/sid88in/serverless-appsync-plugin?style=social)](https://github.com/sid88in/serverless-appsync-plugin/stargazers)
12+
13+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
14+
215
[![All Contributors](https://img.shields.io/badge/all_contributors-69-orange.svg?style=flat-square)](#contributors-)
316

417
<!-- ALL-CONTRIBUTORS-BADGE:END -->
@@ -7,9 +20,27 @@ Deploy [AppSync](https://aws.amazon.com/appsync) API's in minutes using this [Se
720

821
Contact me @[linkedin](https://www.linkedin.com/in/sid88in/)
922

10-
### Adoption **8M+ total downloads** on npm (see npm totals and charts below):
11-
- https://www.npmjs.com/package/serverless-appsync-plugin
12-
- https://npm-stat.com/charts.html?package=serverless-appsync-plugin&from=2018-01-27&to=2025-12-31
23+
## 📈 Adoption
24+
25+
**9.2M+ total downloads since Jan 2018**
26+
27+
<p align="center">
28+
<a href="https://npm.chart.dev/serverless-appsync-plugin">
29+
<img
30+
src="https://nodei.co/npm/serverless-appsync-plugin.svg?downloads=true&downloadRank=true&stars=true"
31+
alt="serverless-appsync-plugin — npm download stats"
32+
/>
33+
</a>
34+
</p>
35+
36+
<p align="center">
37+
<strong>Interactive charts</strong> (weekly trends, year-by-year since 2018):
38+
<a href="https://npm.chart.dev/serverless-appsync-plugin">npm.chart.dev ↗</a>
39+
·
40+
<a href="https://npm-stat.com/charts.html?package=serverless-appsync-plugin&from=2018-01-27">npm-stat (from Jan 2018) ↗</a>
41+
·
42+
<a href="https://www.npmjs.com/package/serverless-appsync-plugin">npmjs.com ↗</a>
43+
</p>
1344

1445
# Minimum requirements
1546

0 commit comments

Comments
 (0)