PcPartPickerParser
PCP3 is an unofficial API that returns and array of objects containing parts and information from a given pcpartpicker.com parts list.
Installation
npm install pcpartpickerparser --save
Install
Load the module via require
const pcp3 =
Load the module via import
Example
{ try const parts = console catch error console }
API
The tabular data from a standard PC Part Picker list is converted into a JSON array with one object per row.