From 73a10de0c90dcdf1a5d1742c722245be264c21da Mon Sep 17 00:00:00 2001 From: Peter Theill Date: Tue, 23 Apr 2019 09:32:47 +0200 Subject: [PATCH] Include Familio (#654) Familio uses Papa and absolutely loves it --- docs/resources/js/lovers.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/resources/js/lovers.js b/docs/resources/js/lovers.js index 8e8a24d..7f6d183 100644 --- a/docs/resources/js/lovers.js +++ b/docs/resources/js/lovers.js @@ -79,10 +79,22 @@ var peopleLovePapa = [ 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://mailcheck.co", name: "Mailcheck.co", description: "Mailcheck is email validation service. All emails usually stored in CSV's. We use Papa Parse to process data from our customers in browser", quote: "Papa Parser allowed our customers to preview and process csv's in browser, without uploading them to server. It saves lots of time and space :)" + { + 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!" + }, + { + link: "https://familiohq.com", + name: "Familio", + description: "is a brand-new messaging app made specifically for busy families. Automatically align all family members when sending text messages to parents in the kindergarten or school or when planning your kids birthday parties.", + quote: "With Papa it was a joy to implement our tool for importing messages and places from external systems." } + ];