Browse Source

Merge pull request #203 from lorenzoongithub/patch-1

added reference to yolpo's regression test
pull/210/head
Matt Holt 10 years ago
parent
commit
9218c0af29
  1. 8
      resources/js/lovers.js

8
resources/js/lovers.js

@ -54,5 +54,11 @@ var peopleLovePapa = [ @@ -54,5 +54,11 @@ var peopleLovePapa = [
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."
}
},
{
link: "http://www.yolpo.com/social/gist.github?1dbd4556e748bdb830b3&autoplay=1&interimresults=0&failfast=1",
name: "yolpo",
description: "created a simple regression test for the Papa Parse",
quote: "Papa's api is so intuitive, it took me no time to get it to work"
}
];

Loading…
Cancel
Save