is-down  
> Check if a website is down.
Install
``bash
$ npm install -g is-down
`
Usage
`bash
this would check https://github.com
$ is-down github
this would check http://v2ex.com
$ is-down v2ex.com
this would check https://v2ex.com
$ is-down v2ex.com -s
``
License
MIT © EGOIST