UNPKG

node-goo

Version:

A command line google/question answering utility

10 lines (7 loc) 180 B
//NO CODE IN INDEX.JS //JUST IMPORTS/EXPORTS OF FILES YOU MADE 'use strict'; module.exports = { Cache: require('./cache/Cache'), Google: require('./searchengines/Google') };