Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 700 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 700 Bytes

CollegeScrapper

A simple script written in Typescript that scrapes college name, state and city from careers360.com website and saves it to a JSON file inside the data/ folder.

Installation

Dependency installation

Install all the required dependencies using yarn or your favorite dependency manager. I'll be using yarn

yarn install

Compiling project

Compile down the Typscript code to Javascript code by using the provided script function

yarn run compile

Let's get scraping

I've already scrapped as much as I can already, and it can be found inside the data/ directory. If you want to have a fresh copy of it, then run the scrapper

node .