Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsongdev/open-app
open app in webpage at mobile device .
https://github.com/lsongdev/open-app
android ios open-app schema webview
Last synced: about 1 month ago
JSON representation
open app in webpage at mobile device .
- Host: GitHub
- URL: https://github.com/lsongdev/open-app
- Owner: lsongdev
- License: mit
- Created: 2016-02-05T07:06:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T10:52:22.000Z (over 7 years ago)
- Last Synced: 2024-12-31T10:05:34.374Z (about 1 month ago)
- Topics: android, ios, open-app, schema, webview
- Language: JavaScript
- Homepage: https://npmjs.org/open-app
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## OPEN APP [![open-app](https://img.shields.io/npm/v/open-app.svg)](https://npmjs.org/open-app)
> open app in webpage at mobile device
### Installation
```bash
$ npm install open-app
```
or```html
```
### Example
```js
var open = openApp({
package: 'com.sankuai.movie',
scheme : 'meituanmovie://www.meituan.com/movie?id=78535&nm=功夫熊猫3'
});open(); // open app
```### Contributing
- Fork this Repo first
- Clone your Repo
- Install dependencies by `$ npm install`
- Checkout a feature branch
- Feel free to add your features
- Make sure your features are fully tested
- Publish your local branch, Open a pull request
- Enjoy hacking <3### MIT
This work is licensed under the [MIT license](./LICENSE).
---