Skip to content

Commit 6ab7a5a

Browse files
committed
delete joblist
1 parent 05ba3fd commit 6ab7a5a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

script/crawler.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,6 @@ function crawl(name){
7373
lats = JSON.parse(lats_raw);
7474
}
7575

76-
var job_list;
77-
// job_list
78-
var requestJobsUrl = "https://www.wantedly.com/companies/" + name + "/projects";
79-
request({url: requestUrl}, function(error, response, body) {
80-
if (!error && response.statusCode == 200) {
81-
$ = cheerio.load(body);
82-
83-
// 募集人数
84-
var job_lists =
85-
$("").each();
86-
87-
}
88-
});
89-
9076
var company = {
9177
"id" : i,
9278
"name" : name,

0 commit comments

Comments
 (0)