About GeoErl
GeoErl is a geolocation library for Erlang. GeoErl provides an interface to import the IP information from the HostIP.info project (which generously provides geolocation data for free), and stores it in mnesia in a more efficient format. GeoErl also provides an interface to query said data from mnesia.
Geolocation made simple and convenient, with a free and well known datasource. What could be easier?
Requirements
- GeoErl requires Erlang, obviously.
- GeoErl requires the ScUtil library for lots of miscellaneous stuff
- GeoErl uses the TestErl library for automated unit and stochastic testing
- GeoErl uses the HtStub library for its webserver example.
About the Author
GeoErl is written by John Haugeland.