open app in webpage at mobile device
$ npm install open-app
or
<script src="//cdn.rawgit.com/song940/open-app/master/index.js" ></script>
var open = openApp({
package: 'com.sankuai.movie',
scheme : 'meituanmovie://www.meituan.com/movie?id=78535&nm=功夫熊猫3'
});
open(); // open app
- 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
This work is licensed under the MIT license.