UNPKG

node-goo

Version:

A command line google/question answering utility

9 lines (7 loc) 219 B
//NO CODE IN INDEX.JS //JUST IMPORTS/EXPORTS OF FILES YOU MADE 'use strict'; module.exports = { StackOverflow: require('./stackoverflow/StackOverflowScraper'), Wikipedia: require('./wikipedia/WikipediaScraper') };