Skip to content

✊ Quick way to scrap the latest node version available.

License

Notifications You must be signed in to change notification settings

CodeDotJS/nodeversion

Repository files navigation

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

About

✊ Quick way to scrap the latest node version available.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages