Skip to content

mxzinke/system-anchor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Anchors

Linking an app or something different and the end-user will get redirected to the os specific URL.

Example Config

directions:
  # redirecting per OS
  example:
    ios: "https://google.com"
    android: "https://medium.com"

  # just another example
  another:
    ios: "https://apps.apple.com/us"
    android: "https://play.google.com/store"

The key is example and you can access the redirection by use /example of the server.

About

Create links to URL's per OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published