UNPKG

maxminded

Version:

Auto updating maxmind GeoIP lookup for free and paid maxmind accounts and optional cloudflare fallback

13 lines (12 loc) 267 B
// test/main.js var should = require('should') , fs = require('fs') ; describe('package', function() { describe('should', function() { var maxminded; it('load', function() { maxminded = require('../maxminded.js'); }); }); });