Created
December 21, 2012 04:58
This file contains hidden or 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
var id = (data.place.countryCode + "-" + data.place.city).replace(" ", "_"); | |
var displayName = data.place.city + " weather "; | |
var shortName = data.place.city; | |
var argument = id + "-pin"; | |
var options = Windows.UI.StartScreen.TileOptions.showNameOnLogo; | |
var imageUri = new Windows.Foundation.Uri("ms-appx:///images/logo150.png"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment