diff --git a/README.md b/README.md index 01d77c2..7c201b6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ -# Mihainator +# Threema history checker + +Threema history checker allows you to find out who is more communicative from the existing communication between you +and your conversation partner. + +![Upload form](/data/screen1.jpg?raw=true "Upload form") + +![Result](/data/screen2.jpg?raw=true "Result as calendar") + + +## Development To start your Phoenix server: @@ -7,12 +17,4 @@ To start your Phoenix server: Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. -Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html). - -## Learn more - - * Official website: https://www.phoenixframework.org/ - * Guides: https://hexdocs.pm/phoenix/overview.html - * Docs: https://hexdocs.pm/phoenix - * Forum: https://elixirforum.com/c/phoenix-forum - * Source: https://github.com/phoenixframework/phoenix +Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html). \ No newline at end of file diff --git a/data/screen1.jpg b/data/screen1.jpg new file mode 100644 index 0000000..0e4a844 Binary files /dev/null and b/data/screen1.jpg differ diff --git a/data/screen2.jpg b/data/screen2.jpg new file mode 100644 index 0000000..c37bb45 Binary files /dev/null and b/data/screen2.jpg differ