Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sygic-custom-url

frankkoenigstein34Apache-2.01.0.9TypeScript support: included

sygic custom url

sygic, custom, url

readme

sygic-custom-url

Descriptions

Generates custom URLs for sygic app URL Scheme com.sygic.aura. Abstracts Android and iOS schemes.

See Sygic documentation for more details Sygic Professional Navigation.

Install

npm i --save sygic-custom-url

Usage

import { CustomUrlService } from "sygic-custom-url";

export class SomeComponent {
    private customUrlService: CustomUrlService;

    constructor() {
        this.customUrlService = new CustomUrlService();
    }

    ...
}

Documentation

Please see pages

Contributing

Test

npm test

Build

npm run build

Documentation

npm run compodoc