Skip to content

Instantly share code, notes, and snippets.

View TedTschopp's full-sized avatar
💭
Rolling Initiative! 🎲

Ted Tschopp TedTschopp

💭
Rolling Initiative! 🎲
View GitHub Profile
const fs = require('fs');
const d3 = require('d3-dsv');
const path = require('path');
const yaml = require('js-yaml');
const toMarkdown = require('to-markdown');
d3.csvParse(
fs.readFileSync('./goodreads_library_export.csv', 'utf8')
).filter(row => {
return row['Exclusive Shelf'] !== 'to-read';