UNPKG
node-haruhichan
Version:
latest (0.0.2)
0.0.2
0.0.1
Node.js haruhichan API
github.com/gtuk/node-haruhichan.git
gtuk/node-haruhichan
node-haruhichan
/
examples
/
getDetailedInfo.js
5 lines
(4 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
var
haruhichan =
require
(
"../"
); haruhichan.
getAnime
(
'18'
,
function
(
result
){
console
.
log
(result); });