senorcris/opengraphjs

View on GitHub
index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getOpenGraph has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var getOpenGraph = function(options, callback) {
    var cb = callback || utils.createPromiseCallback();

    request(options, function(err, response, body) {
        if(!err && response.statusCode === 200) {
Severity: Minor
Found in index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status