dwyl / hits

:chart_with_upwards_trend: General purpose hits (page views) counter
http://hits.dwyl.com
GNU General Public License v2.0
440 stars 62 forks source link

Geo Map? πŸ—ΊοΈ #27

Open nelsonic opened 9 years ago

nelsonic commented 9 years ago

Can we plot hits on a map based on IP address? e.g: image

Todo

nelsonic commented 2 years ago

Should we just use Google Maps for MVP and then migrate if we exceed the free tier?

https://mapsplatform.google.com/pricing/ image

If there are more than 28k map views in a month it gets expensive quite fast:

image

image

I think we can easily have a global limit in our app that avoids going over the limits if this ever gets on the front page of Hackernews/Reddit. πŸ’­

nelsonic commented 2 years ago

Looks like we might be able to use OpenStreetMap with Leaflet: https://github.com/Leaflet/Leaflet πŸ’­