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

https://github.com/hanford/is-webapp

Detect if website was launched from mobile phone homescreen
https://github.com/hanford/is-webapp

add-to-homescreen homescreen javascript node open-source pwa web-app

Last synced: about 2 months ago
JSON representation

Detect if website was launched from mobile phone homescreen

Awesome Lists containing this project

README

          

# is-webapp

> Detect if website was launched from mobile phone homescreen

## Install

```
$ npm install --save is-webapp
```

## Usage

```js
const isWebApp = require('is-webapp')

isWebApp()
//=> true || false
```

## License

MIT © [Jack Hanford](https://jackhanford.com)