@sundaymorning/urlschema
v0.0.15
Published
Common module for arousing & downloading App
Readme
@sundaymorning/urlschema
Install
$ npm i @sundaymorning/urlschema --save // or `yarn add @sundaymorning/urlschema`Usage
import UrlSchema from '@sundaymorning/urlschema';
const config = {
// App URL scheme
schema: '',
// AppStore address
appstore: '',
// yyb address
yyb: ''
};
const urlSchema = new UrlSchema(config);
urlSchema.open();Questions & Suggestions
Please open an issue here.
