From 45c27ac19e5ad26a349d230a7e3d25b30ba861f7 Mon Sep 17 00:00:00 2001 From: David Boskovic Date: Tue, 5 Feb 2019 01:49:44 -0700 Subject: [PATCH] Adding flatfile.io to lovers.js (#627) --- resources/js/lovers.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/js/lovers.js b/resources/js/lovers.js index 2d02965..fabec4b 100644 --- a/resources/js/lovers.js +++ b/resources/js/lovers.js @@ -78,5 +78,11 @@ var peopleLovePapa = [ 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!" + }, + { + link: "https://flatfile.io", + name: "Flatfile.io", + description: "is an add-in data importer for web-apps, providing the full UX to upload a spreadsheet, field match, and repair issues found during import.", + quote: "Papa is a core part of our importer, so much so that we're committed to helping maintain it!" } ];