UNPKG
@icyflame/node-9gag
Version:
latest (0.2.3)
0.2.3
A simple API for accessing 9gag
github.com/sachinb94/node-9gag
sachinb94/node-9gag
@icyflame/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; }());