diff --git a/README.md b/README.md index 2fd7755..25ae36c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A browser map for [PokeMobBot](https://github.com/PocketMobsters/PokeMobBot) usi A public demo can be found [here](http://pokemap.localhorst.xyz/). Please be aware that my internet provider sometimes has outages. It may not be available at the moment. +![Screenshot of the map](/screenshot.png?raw=true "Screenshot of the map") + ## Installation I recomment using an apache webserver for serving the map because there is an websocket module that can help you to avoid using a second tcp port just for the websocket. The apache acts then as a "proxy" for the websocket api on `/websocket`. diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..366dc18 Binary files /dev/null and b/screenshot.png differ diff --git a/src/index.html b/src/index.html index 9a0422a..9f52139 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@
Fork me on GitHub - + \ No newline at end of file