/nodeversion

:fist: Quick way to scrap the latest node version available.

Primary LanguageJavaScriptMIT LicenseMIT

N O D E V E R S I O N

Quick way to scrap the latest node version available.

Install

$ npm install --save nvr

Usage

const nodeversion = require('nvr');

nodeversion().then(res => {
  console.log(res);
  // => { version: '10.5.0' }
});

Related

  • Veno : Blazing fast node version comparer!

License

MIT © Rishi Giri