Skip to content

netconstructor/careers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Careers StackOverflow

This little app does the following :

    1. it gets the number of pages containing tags on stackeoverflow.com/tags
    1. for each page a RegEx parses the html body to get the tag names
    1. then gets the number of pages of job listings on careers.stackoverflow.com
    1. for each page a RegEx parses the links to job descriptions
    1. the app follows every link and tries to match each tag name to the job description

This application uses Node.js with the "HTTP" and "fs" modules.

Some statistics :

33746 tags tested on 604 job descriptions matched 249045 times in 26min 18s 580ms

About

Careers StackOverflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published