/Frontpage

frontpage crawler for reddit

Primary LanguageJavaScript

Frontpage

Frontpage crawler for reddit

Install

  • install node.js and npm
  • run npm install from the project directory
  • import frontpage.sql into a mysql database
  • configure the mysql connection in config.yml

Crawler

  • run node backend/crawler.js from the project directory

Server

  • run node backend/server.js from the project directory

Making graphs

  • open localhost:3000 in the browser while the server is running