GitXplorerGitXplorer
k

logmapper

public
2 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
ce16e81105b533dc8b986c6aaac3139a026fd38c

update grunt

kkmulvey committed 12 years ago
Unverified
18b462ad8fe3c681aeb1b337cefc99d8acff7a24

fix readme syntax

kkmulvey committed 12 years ago
Unverified
a26a6a9e98798a7e9ace901620ef3e38454e802a

update default log file location and change maps api key

kkmulvey committed 12 years ago
Unverified
0472ea4d74dd06f8d2a71de6f7a77326fbb2ce40

correct travis img in readme

kkmulvey committed 12 years ago
Unverified
a5123c97b34dead49ddd604edfb274c05438a9eb

correct travis img in readme

kkmulvey committed 12 years ago
Unverified
15c942e8176e43a2e733c95f37b5c785e3e83cd6

rework package.json

kkmulvey committed 12 years ago

README

The README file for this repository.

Logmapper Build Status

Plot your visitors locations in real time

Required node modules:

express:

npm install [-g] express

geoip:

npm install geoip [-g]

now:

npm install now [-g]

Required changes

Download GeoIP data file (GeoLiteCity.dat): Maxmind

Logfile path:

var logfile is the path to your log file

Enter Google Maps API key: edit the script src in the html file to have your api key

License

LogMapper is open sourced under the Apache License version 2.0.
http://www.apache.org/licenses/LICENSE-2.0.html

TODO

rewrite frontend in Jade/Less