Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 .

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).

---