ContentMine/thresher

View on GitHub
lib/index.js

Summary

Maintainability
A
0 mins
Test Coverage
var thresher = module.exports;

thresher.deps = require('./dependencies.js');
thresher.dom = require('./dom.js');
thresher.file = require('./file.js');
thresher.url = require('./url.js');
thresher.download = require('./download.js');
thresher.Ticker = require('./ticker.js');
thresher.Scraper = require('./scraper.js');
thresher.Thresher = require('./thresher.js');
thresher.ScraperBox = require('./scraperBox.js');