Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/component/os

operating system name
https://github.com/component/os

Last synced: 13 days ago
JSON representation

operating system name

Awesome Lists containing this project

README

        

# os

Return the operating system name.

## Installation

$ component install component/os

## Example

```js
var os = require('os');
console.log(os);
// => "mac"
```

## Supports

- "mac"
- "windows"
- "linux"

## License

MIT