0.1.3 • Published 11 years ago

next-update-stats v0.1.3

Weekly downloads
36
License
-
Repository
github
Last release
11 years ago

next-update-stats

Small server keeping package upgrade version statistics

In essense it keeps anonymous stats when upgrading public packages.

Upgrading lodash from 1.0.0 to 2.0.0 breaks 200 times, is successful 300 times.

Allows you to judge how likely a successful update for your project would be.

Development

Set environment variables to whatever MongoDB expects

export STATS_DB_USERNAME=username
export STATS_DB_PASSWORD=password

Start server npm start

Post an update curl -X POST http://localhost:3000/update

0.1.3

11 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago