UNPKG
node-goo
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A command line google/question answering utility
github.com/alexanderbanks/goo
alexanderbanks/goo
node-goo
/
services
/
index.js
10 lines
(7 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
//NO CODE IN INDEX.JS
//JUST IMPORTS/EXPORTS OF FILES YOU MADE
'use strict'
;
module
.
exports
= {
Cache
:
require
(
'./cache/Cache'
),
Google
:
require
(
'./searchengines/Google'
) };