@macpaw/browser-deeplink

v1.2.0
Tiny function to open application from browser. Resolves if the application was requested to open.

browser-deeplink

Tiny function to open application from browser. Resolves if the application was requested to open.

import { browserDeeplink } from '@macpaw/browser-deeplink';

browserDeeplink('cleanmymac://signin?email=1%401.com&src=dashboard')
  .then(() => {
    console.log('application is requested to open')
  })
  .catch(() => {
    console.log('application is not installed')
  });
npm i @macpaw/browser-deeplink

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/13/2022

Downloads