From 2af49ac678399ac3effc6314011924a00682fb4f Mon Sep 17 00:00:00 2001 From: Ville Talonpoika Date: Sun, 8 May 2016 17:40:37 +0300 Subject: [PATCH] Update lovers.js Thanks a lot for the awesome parser! :D --- resources/js/lovers.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/js/lovers.js b/resources/js/lovers.js index 3dbfe8b..c459e14 100644 --- a/resources/js/lovers.js +++ b/resources/js/lovers.js @@ -66,5 +66,11 @@ var peopleLovePapa = [ name: "Appstax", description: "uses Papa Parse to import and export CSV data in their visual databrowser.", quote: "Papa is a great for parsing CSV. And what a great tone of voice - love it!" + }, + { + link: "https://github.com/Nanofus/novel.js", + name: "Novel.js", + description: "is a text adventure framework that uses Papa Parse to enable user-friendly translations.", + quote: "Papa saves countless hours of work and makes reading large CSV files so easy!" } ];