Check if the operating system is Linux
$ npm install --save is-linux
var isLinux = require('is-linux'); isLinux() //=> true
MIT Bassam Ismail