Express CloudFlare GEOIP middleware
Install the module with: npm install express-cf-geoip
var geoip = require('express-cf-geoip');
// specify the default country
app.use(geoip.middleware('us'));
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Copyright (c) 2012 rummik Licensed under the MPL license.