UNPKG
hypem-scrapper
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Simple module to obtain stream of hypem metaid
hypem-scrapper
/
test.js
12 lines
(8 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
// Generated by CoffeeScript 1.6.2
(
function
(
) {
var
hypem; hypem =
require
(
'./index'
); hypem.
getUrl
(
'0000'
,
function
(
error, url
) {
return
console
.
log
(url, error); }); }).
call
(
this
);