Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bendrucker/is-windows-browser

Detect Windows browsers
https://github.com/bendrucker/is-windows-browser

Last synced: 2 days ago
JSON representation

Detect Windows browsers

Awesome Lists containing this project

README

        

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

> Detect Windows browsers

## Install

```
$ npm install --save is-windows-browser
```

## Usage

```js
var isWindows = require('is-windows-browser')
//=> true/false
```

## License

MIT © [Ben Drucker](http://bendrucker.me)