Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.11 KB

File metadata and controls

39 lines (24 loc) · 1.11 KB

Subreddit Scraper

Web application that allows users to look up statistics on various subreddits based on number of articles, category, and backend.

Install:

  1. Run git clone https://gitlab.com/jbao15/cse20312-projects.git.

  2. If node.js or npm is not installed, go to [Node.js download page] (https://nodejs.org/en/download/) and install node.js. After installing, run node -v and npm -v to verify node.js and npm is installed.

  3. Navigate to DSFinal (cd DSFinal).

  4. Run npm install.

  5. To start the server, run node app.js.

  6. Go to browser and navigate to [http://localhost:3000/] (http://localhost:3000/) to use the application.

Alternatively, the application can be accessed by going to 159.65.189.104:3000

Benchmarking

For benchmarking results and analysis, refer to benchmark_data.txt.

Individual Contributions:

Jack

  • fetch subreddits
  • wrote c code and python script
  • made benchmarking script

Jewon

  • created server to execute c file using node.js
  • customized front-end using angularjs and angularjs material

Matt

  • code walkthrough
  • helped with code writing