Skip to content

Instantly share code, notes, and snippets.

@anuith
Created December 21, 2012 04:58
Show Gist options
  • Save anuith/4350704 to your computer and use it in GitHub Desktop.
Save anuith/4350704 to your computer and use it in GitHub Desktop.
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