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.
- Host: GitHub
- URL: https://github.com/codedotjs/nodeversion
- Owner: CodeDotJS
- License: mit
- Created: 2018-06-29T10:58:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T13:32:41.000Z (over 7 years ago)
- Last Synced: 2025-03-14T10:21:15.571Z (10 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)