An open API service indexing awesome lists of open source software.

https://github.com/cydave/geomap


https://github.com/cydave/geomap

geoip2 map maxmind

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Geomap

Pipe a list of IP addresses into the binary to plot them on top of a map:

```bash
curl -s 'https://lists.blocklist.de/lists/ssh.txt' | ./bin/geomap ~/Downloads/GeoIP2-City.mmdb >/tmp/out.html && sleep 1 && firefox /tmp/out.html
```

![](demo.png)

You'll need a copy of MaxMind's GeoIP database.

## Credits

You can use this repository you'd like.

As this project uses third-party software, be sure to check their license and
terms of service.

+ https://leafletjs.com/
+ https://www.openstreetmap.org/about
+ https://www.maxmind.com/en/home
+ https://github.com/oschwald/maxminddb-golang