Added screenshot to README.md

This commit is contained in:
Daniel Brunner
2016-08-02 22:12:18 +02:00
parent 0fadde7098
commit 9db860326d
3 changed files with 3 additions and 1 deletions

View File

@ -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`.

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 841 KiB

View File

@ -14,7 +14,7 @@
<div id="map"></div>
<a class="github-fork-ribbon" href="https://github.com/0xFEEDC0DE64/PokeMobBotMap" title="Fork me on GitHub">Fork me on GitHub</a>
<script src="https://maps.googleapis.com/maps/api/js?callback=initMap" async defer></script>
<script src="script.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?callback=initMap" async defer></script>
</body>
</html>