diff --git a/Encounters/Pages/Locations/ChurchLocationService.cs b/Encounters/Pages/Locations/ChurchLocationService.cs index 2665e61..57403dd 100644 --- a/Encounters/Pages/Locations/ChurchLocationService.cs +++ b/Encounters/Pages/Locations/ChurchLocationService.cs @@ -11,7 +11,7 @@ namespace Encounters.Pages.Locations public class ChurchLocationService { private static readonly HttpClient Client; - private static string TomtomApiToken = "TOMTOM-API-TOKEN-HERE"; + private static string TomtomApiToken = "Ce4sGapkGP5lkivqyRp6Db3PRAu1qhFJ"; private static string TomtomApiChurchCategory = "7339002"; static ChurchLocationService() diff --git a/README.md b/README.md index e663070..9fd1dfa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # Encounters Proof of concept application with Xamarin Forms whose purpose is mainly to -provide access to nearby churches and some access to liturgical texts. \ No newline at end of file +provide access to nearby churches and some access to liturgical texts. + +## This is how it looks like + +Home Page | Main Menu | Locations +:-------------------------:|:--------------------:|:-----------------------: +![](/main-screen-shot.png) | ![](/menu-shot.png) | ![](/locations-shot.png) \ No newline at end of file diff --git a/locations-shot.png b/locations-shot.png new file mode 100644 index 0000000..dcd426d Binary files /dev/null and b/locations-shot.png differ diff --git a/main-screen-shot.png b/main-screen-shot.png new file mode 100644 index 0000000..28671c8 Binary files /dev/null and b/main-screen-shot.png differ diff --git a/menu-shot.png b/menu-shot.png new file mode 100644 index 0000000..37b54fb Binary files /dev/null and b/menu-shot.png differ diff --git a/prayer-shot.png b/prayer-shot.png new file mode 100644 index 0000000..d531925 Binary files /dev/null and b/prayer-shot.png differ