0.0.15 • Published 6 years ago

@sundaymorning/urlschema v0.0.15

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
6 years ago

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

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago