Comparing version
{ | ||
"name": "packagespy", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Node.js package to track and monitor npm package download statistics.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,7 +11,7 @@ # PackageSpy | ||
npm install packagespy | ||
``` | ||
## Usage | ||
Usage | ||
``` | ||
const { getTotalDownloads } = require('packagespy'); | ||
@@ -33,8 +33,9 @@ | ||
Replace 'your-package-name' with the name of the package you want to fetch statistics for, and 'author-name' with the name of the author whose packages you want to retrieve statistics for. | ||
``` | ||
## Features | ||
Features | ||
Total Downloads: Fetch the total number of downloads for a specific npm package. | ||
Total Downloads: Fetch the total number of downloads for a specific npm package. | ||
Download Statistics by Author: Retrieve download statistics for all packages published by a specific author. |
3116
0.52%40
2.56%