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

https://github.com/bendrucker/is-ios

Detect iOS user agents
https://github.com/bendrucker/is-ios

Last synced: over 1 year ago
JSON representation

Detect iOS user agents

Awesome Lists containing this project

README

          

# is-ios [![tests](https://github.com/bendrucker/is-ios/workflows/tests/badge.svg)](https://github.com/bendrucker/is-ios/actions?query=workflow%3Atests)

> Detect iOS user agents

## Install

```
$ npm install --save is-ios
```

## Usage

```js
var iOS = require('is-ios')
//=> true/false
```

## License

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