/county-lib-scraper

County Library Scraper

Primary LanguageJavaScript

County Library Scraper

Scraping County Clerks Information and download documentations

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

A Node.js script that is scraping from county clerk websites and saving information as csv sheet, downloading documentations everyday.

The list of clerk names:

Built With

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install puppeteer
    

Installation

  1. Clone the repo
    git clone https://github.com/flurryunicorn/county-lib-scraper.git
    
  2. Install NPM packages
    npm install
    

(back to top)