Show HN: MapChat – A simple location based chat in 300 lines of code
1–10 of 122 posts
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#2Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#3Feel free to fork and contribute :) https://github.com/idoco/map-chat
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#4Feel free to fork and contribute :) https://github.com/idoco/map-chat
Newbie here. Nice idea ! How much time it took you to buid the site? It is js-only based? By the way, works perfectly on Safari.
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#5perhaps it needs:
* something to zoom the map (and thus, filtering messages for a given radius) * and/or something to organize messages in a way they don't overlap :P (eg: balloons with a number, when clicked it shows the full list of messages)
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#6Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#7very nice idea! :-) perhaps it needs: * something to zoom the map (and thus, filtering messages for a given radius) * and/or something to organize messages in a way they don't overlap :P (eg: balloons with a number, when clicked it shows the full list of messages)
It is possible to save the message history on the client side. But I though that this is fun to have no history :) Right now notifications (The switch on top) gives you some history.
I disabled the zoom buttons, because I was thinking about mobile browsers and the very limited screen space they have. I will reconsider
Re: Show HN: MapChat – A simple location based chat in 300 lines of code
#8I would like to see how many people are in there (screen-wise).
BTW as for writing this message there are 150 people on the map :)