Skip to content

Three websites for scraping using the web-scraper

Notifications You must be signed in to change notification settings

anirudh-r5/sites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sites

forthebadge forthebadge forthebadge

forthebadge forthebadge

A group of websites built to be scraped by a web-scraper.

This project is built using NodeJS with the following modules:

Pre-requisites

  1. Node.js
  2. MongoDB
  3. Git (optional)

Installation

  • Pull the project using git or download the zip and extract it to your workspace.
  • Run the npm install command to install all the dependencies.
  • Run npm start command to start up the server.
  • Go to localhost:3000 on your browser to access the sites.

Folder Structure

  • The entry point to the app is index.js. It acts as the router and interface to the MongoDB database.
  • /lib contains helper functions for index.js
  • The /public folder contains folders for each webpage along with their respective CSS and Javascript files.
  • All the CSS files import the Bulma CSS files. Any other webpage specific formatting are to be done in their respective CSS files.
  • The /public/lib folder contains CSS and JS files which are commonly used for all the webpages. The Bulma CSS file is loacted here for use in all the pages.

About

Three websites for scraping using the web-scraper

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published