0.0.15 • Published 7 years ago

@sundaymorning/urlschema v0.0.15

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
7 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

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago