Skip to content

abanobmossad/job-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job aggregation service made with nodeJs

with job aggregator you can scrape

Usage

clone it and use npm link to link the package and use npm link job-aggregator to use it in your project

require the package

const {wuzzaf,bayt} = require('job-aggregator')

Wuzzaf

wuzzaf.fetchJob(wuzzafJobLink, (job) => {
    console.log(job.title);
});

Bayt

bayt.fetchJob(baytJobLink, (job) => {
    console.log(job.title);
});

About

job aggregation service made with nodeJs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published