Skip to content

Commit e2e12c3

Browse files
sid88incursoragent
andcommitted
docs: refine README stats badges per review feedback
- One badge per line; drop monthly and 18-month badges - Add live total (dt) and rolling-year (dy) download badges - Adoption: nodei.co stats panel + links to npm.chart.dev and npm-stat Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d6ac40b commit e2e12c3

1 file changed

Lines changed: 27 additions & 3 deletions

File tree

README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[![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+
23
[![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)
3-
[![npm downloads (monthly)](https://img.shields.io/npm/dm/serverless-appsync-plugin?label=downloads%2Fmonth&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin)
4-
[![npm downloads (18 months)](https://img.shields.io/npm/d18m/serverless-appsync-plugin?label=downloads%2F18mo&color=blue)](https://npm-stat.com/charts.html?package=serverless-appsync-plugin)
4+
5+
[![npm downloads (total)](https://img.shields.io/npm/dt/serverless-appsync-plugin?label=total%20downloads&color=blue)](https://www.npmjs.com/package/serverless-appsync-plugin)
6+
7+
[![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)
8+
59
[![license](https://img.shields.io/npm/l/serverless-appsync-plugin?color=green)](https://github.com/sid88in/serverless-appsync-plugin/blob/master/LICENSE)
10+
611
[![Tests](https://github.com/sid88in/serverless-appsync-plugin/workflows/Tests/badge.svg)](https://github.com/sid88in/serverless-appsync-plugin/actions?query=workflow%3ATests)
12+
713
[![GitHub stars](https://img.shields.io/github/stars/sid88in/serverless-appsync-plugin?style=social)](https://github.com/sid88in/serverless-appsync-plugin/stargazers)
814

915
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
@@ -18,7 +24,25 @@ Contact me @[linkedin](https://www.linkedin.com/in/sid88in/)
1824

1925
## 📈 Adoption
2026

21-
**9.2M+ total downloads since Jan 2018** · **~64K weekly downloads** · See [live chart on npm-stat ↗](https://npm-stat.com/charts.html?package=serverless-appsync-plugin&from=2018-01-27)
27+
**9.2M+ total downloads since Jan 2018** (curated; npm’s registry API only exposes shorter windows for live badges).
28+
29+
<p align="center">
30+
<a href="https://npm.chart.dev/serverless-appsync-plugin">
31+
<img
32+
src="https://nodei.co/npm/serverless-appsync-plugin.svg?downloads=true&downloadRank=true&stars=true"
33+
alt="serverless-appsync-plugin — npm download stats"
34+
/>
35+
</a>
36+
</p>
37+
38+
<p align="center">
39+
<strong>Interactive charts</strong> (weekly trends, year-by-year since 2018):
40+
<a href="https://npm.chart.dev/serverless-appsync-plugin">npm.chart.dev ↗</a>
41+
·
42+
<a href="https://npm-stat.com/charts.html?package=serverless-appsync-plugin&from=2018-01-27">npm-stat (from Jan 2018) ↗</a>
43+
·
44+
<a href="https://www.npmjs.com/package/serverless-appsync-plugin">npmjs.com ↗</a>
45+
</p>
2246

2347
# Minimum requirements
2448

0 commit comments

Comments
 (0)