From 1011bc4e3c50cf9333d733dbf2941a20f0b87ecc Mon Sep 17 00:00:00 2001 From: ndunn219 Date: Thu, 29 Jan 2015 06:47:15 -0500 Subject: [PATCH] Update lovers.js --- resources/js/lovers.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/js/lovers.js b/resources/js/lovers.js index fb6622b..b9b0817 100644 --- a/resources/js/lovers.js +++ b/resources/js/lovers.js @@ -48,5 +48,11 @@ var peopleLovePapa = [ link: "https://www.mediawiki.org/wiki/VisualEditor", name: "Wikipedia", description: "uses Papa Parse in VisualEditor to help article editors effortlessly build data tables from text files." + }, + { + link: "https://www.webucator.com/webdesign/javascript.cfm", + name: "Webucator", + description: "created a video showing how to use Papa Parse and FileDrop.js to create a drag-and-drop CSV-JSON converter.", + quote: "It's often easy to convert data to CSV. With Papa, it's easy to turn that CSV into JSON." } ];