From fa4f3ff064572f85f7d1081449029161ff325fe1 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Wed, 21 Mar 2018 02:35:01 +0100 Subject: [PATCH] Add screenshot to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 683eee8..3d9941a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This is the first version, so everything is hardcoded and messy. Just change the url to your backend in the `ApiService` class and build the app. +![App screenshot](https://i.imgur.com/0jrCoLl.png) + ## Python backend You can run it through wsgi or just directly from the shell using `python run.py`.