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

https://github.com/skippednote/is-linux


https://github.com/skippednote/is-linux

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# is-linux [![Build Status](https://travis-ci.org/skippednote/is-linux.svg?branch=master)](https://travis-ci.org/skippednote/is-linux)

> Check if the operating system is Linux

## Install

```
$ npm install --save is-linux
```

## Usage

```js
var isLinux = require('is-linux');

isLinux()
//=> true
```

## License

MIT © [Bassam Ismail](https://github.com/skippednote)