0.0.7 • Published 6 years ago

downloads-alert v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Downloads alert

NPM version Build Status Total Status

I always am checking everyday how many downloads I have on my npm packages, so, give a persons username (yourself) on npm, and it will send you an email everyday (at your specified time) with your package stats

Setup

const alert = require("downloads-alert");
const config = {
    "username": "mcrowder65",
    "senderEmail": "...",
    "senderPassword": "...",
    "toEmail": "..."
};
alert(config);

I just created a dumb gmail account specifically for these alerts.

Then set a cron job to run once a day, probably at night once npm updates the download counts.

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago