Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/os
operating system name
https://github.com/component/os
Last synced: 13 days ago
JSON representation
operating system name
- Host: GitHub
- URL: https://github.com/component/os
- Owner: component
- Created: 2013-01-27T19:38:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T16:19:51.000Z (about 10 years ago)
- Last Synced: 2024-11-14T09:52:24.625Z (about 1 month ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
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