Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 894 Bytes

File metadata and controls

17 lines (12 loc) · 894 Bytes

NC Candidate Campaign Finance Overview

This tool will give you an overview of the Detailed Receipts that a candidate files with the North Carolina Sate Board of Elections. It will only work with a CSV format of the data that has not had the headers modified.

This was created with the intent of learning how to work with csv data and Javascript.

How To Get It Running

  1. Clone or download this repo.
  2. Make sure you have the most recent version of python installed.
  3. In your terminal, go the this cloned directory on your computer.
  4. Run python -m http.server to run a local server.
  5. Upload your csv.

If you run into errors

There is example data in the /data folder. Check to see if your headers match up with that dataset.

The tool Papa Parse is used for this project.