-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbee706
commit af04e9e
Showing
3 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ _site | |
.jekyll-metadata | ||
.idea | ||
*.swp | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
layout: post | ||
title: "Deeplinking Test Links" | ||
date: 2018-11-16 | ||
categories: ionic cordova | ||
--- | ||
|
||
These links are associated with my public [Deeplinks Demo][PublicDeeplinksDemo] application. This application does not fully work on iOS at this time. I could rectify that, but it is not really all that high on my list of things to do at this time. | ||
|
||
- [Current Weather][rootTest] | ||
- [Forecasts][categoriesTest] | ||
- [UV Index][ratingsTest] | ||
- [Current Weather Using URI][rootTestURI] | ||
- [Forecasts Using URI][categoriesTestURI] | ||
- [UV Index Using URI][ratingsTestURI] | ||
|
||
|
||
These links are associated with the private Ionic Customer Success demo applications (the code and app are private, not the web-site...) | ||
|
||
- [Green Tea][greenTest] | ||
- [White Tea][whiteTest] | ||
- [Yellow Tea][yellowTest] | ||
|
||
|
||
[PublicDeeplinksDemo]: https://github.com/kensodemann/deeplinks-demo | ||
[categoriesTest]: https://world-of-teas.herokuapp.com/#/categories | ||
[ratingsTest]: https://world-of-teas.herokuapp.com/#/ratings | ||
[rootTest]: https://world-of-teas.herokuapp.com/# | ||
[categoriesTestURI]: kwsweather://world-of-teas.herokuapp.com/#/categories | ||
[ratingsTestURI]: kwsweather://world-of-teas.herokuapp.com/#/ratings | ||
[rootTestURI]: kwsweather://world-of-teas.herokuapp.com/# | ||
[greenTest]: https://cs-demo-deeplink.herokuapp.com/green | ||
[whiteTest]: https://cs-demo-deeplink.herokuapp.com/white | ||
[yellowTest]: https://cs-demo-deeplink.herokuapp.com/yellow |