1.0.0 • Published 12 years ago

express-cf-geoip v1.0.0

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

express-cf-geoip

Express CloudFlare GEOIP middleware

Getting Started

Install the module with: npm install express-cf-geoip

var geoip = require('express-cf-geoip');
// specify the default country
app.use(geoip.middleware('us'));

Contributing

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.

License

Copyright (c) 2012 rummik Licensed under the MPL license.