Skip to content

Commit

Permalink
Add screenshots to README
Browse files Browse the repository at this point in the history
  • Loading branch information
manzanit0 committed Apr 13, 2020
1 parent c56bfb8 commit eeee6cc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Encounters/Pages/Locations/ChurchLocationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
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)
Binary file added locations-shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added main-screen-shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added menu-shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added prayer-shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eeee6cc

Please sign in to comment.