Skip to content

Files

Latest commit

 

History

History
26 lines (20 loc) · 753 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 753 Bytes

JobScrapper

Features

Technologies and packages

  • Node.js
  • Sequelize.js
  • cheerio
  • request

Why Node?

from what i read python and node.js have almost same performance while scraping and i had worked with cheerio (npm package) before so i went ahead with node.js

How to Deploy Code?

- Please make sure you have node and npm installed by running the following commands:
    node --verison
    npm --version
in a terminal run the following commands:
    npm install
    node scrape.js

Improvements:

- Regex expressions could have been more accurate
- Try to use NLP techniques