An open API service indexing awesome lists of open source software.

https://github.com/codedotjs/nodeversion

:fist: Quick way to scrap the latest node version available.
https://github.com/codedotjs/nodeversion

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          


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

```js
const nodeversion = require('nvr');

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

## Related

- __[`Veno`](https://github.com/CodeDotJS/veno)__ `:` `Blazing fast node version comparer!`

## License

MIT © [Rishi Giri](http://rishi.ml)