UNPKG
node-9gag
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A simple API for accessing 9gag
github.com/sachinb94/node-9gag
sachinb94/node-9gag
node-9gag
/
index.js
9 lines
(7 loc)
•
181 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
(
function
(
) {
var
gag = {}; gag.
find
=
require
(
'./lib/find'
); gag.
getItem
=
require
(
'./lib/getitem'
); gag.
section
=
require
(
'./lib/section'
);
module
.
exports
= gag; }());