Quantcast
Channel: How to check if your node.js application's version is the latest? - Stack Overflow
Viewing all articles
Browse latest Browse all 2

How to check if your node.js application's version is the latest?

$
0
0

As my node.js application is a command line application that is run by the user directly. It would make sense for it to phone the github repo and compare its local version against the lastest on the master branch on the github repo. And if the version is outdated, display a message to the user.

So how would one accomplish this phone home and compare versions?


Viewing all articles
Browse latest Browse all 2

Trending Articles