Browse Source

Update lovers.js

pull/180/head
ndunn219 10 years ago
parent
commit
1011bc4e3c
  1. 6
      resources/js/lovers.js

6
resources/js/lovers.js

@ -48,5 +48,11 @@ var peopleLovePapa = [
link: "https://www.mediawiki.org/wiki/VisualEditor", link: "https://www.mediawiki.org/wiki/VisualEditor",
name: "Wikipedia", name: "Wikipedia",
description: "uses Papa Parse in VisualEditor to help article editors effortlessly build data tables from text files." 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."
} }
]; ];

Loading…
Cancel
Save