funcunit
Version:
<!-- @hide title
27 lines (17 loc) • 947 B
Markdown
# is-appveyor
[](https://www.npmjs.org/package/is-appveyor)
[](https://travis-ci.org/shinnn/is-appveyor)
[](https://ci.appveyor.com/project/ShinnosukeWatanabe/is-appveyor)
[](https://david-dm.org/shinnn/is-appveyor#info=devDependencies)
Check if [Node](http://nodejs.org/) script is running on [AppVeyor](http://www.appveyor.com/)
```javascript
var isAppVeyor = require('is-appveyor'); // returns boolean
```
## Installation
[Use npm](https://www.npmjs.org/doc/cli/npm-install.html).
```sh
npm install is-appveyor
```
## License
Copyright (c) 2014 [Shinnosuke Watanabe](https://github.com/shinnn)
Licensed under [the MIT License](./LICENSE).