You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
499 B

5 years ago
# node-os [![npm](https://img.shields.io/npm/v/os.svg)](https://www.npmjs.com/package/os) [![npm](https://img.shields.io/npm/dm/os.svg)](https://www.npmjs.com/package/os) [![npm](https://img.shields.io/npm/l/os.svg)](LICENSE)
#### NodeJS Core Module Extended
## Installation
```bash
npm i os --save
```
## Usage
In your node program:
```js
var os = require('os')
```
## API
https://nodejs.org/api/os.html
## License
MIT. Copyright (c) [Diego Rodríguez Baquero](https://diegorbaquero.com).