Added screenshot to README.md
This commit is contained in:
@ -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.
|
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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Installation
|
## 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.
|
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`.
|
The apache acts then as a "proxy" for the websocket api on `/websocket`.
|
||||||
|
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 841 KiB |
@ -14,7 +14,7 @@
|
|||||||
<div id="map"></div>
|
<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>
|
<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="script.js"></script>
|
||||||
|
<script src="https://maps.googleapis.com/maps/api/js?callback=initMap" async defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user