tallytarik/node-iplocate

View on GitHub
index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function iplocate has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function iplocate(ip_address, options, callback) {
  options = options || {};
  options.api_key = options.api_key || null;

  callback = callback || function() {};
Severity: Minor
Found in index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status