kendallroth / my-days

Simple app that counts down/up to important days!
1 stars 0 forks source link

Support shared links on more apps #15

Closed kendallroth closed 1 year ago

kendallroth commented 1 year ago

As mentioned in #6, most apps do not parse deep links in messages (Slack is an exception). This means that they cannot easily be opened from the message, and also do not work when copied into the browser. Instead, a solution would be to create a simple URL redirection tool that could be used to redirect specific https:// links (which are recognized) to the corresponding my-days:// URL. This has been tested by using temporary-url.com to generate a temporary redirect and validating that it opened the app when followed.

kendallroth commented 1 year ago

Added in 0.2.0