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
- Host: GitHub
- URL: https://github.com/hanford/is-webapp
- Owner: hanford
- Created: 2017-08-24T16:52:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T23:42:54.000Z (over 8 years ago)
- Last Synced: 2025-10-29T23:44:15.373Z (8 months ago)
- Topics: add-to-homescreen, homescreen, javascript, node, open-source, pwa, web-app
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)