From b9f1ebae32a01ef250d4751c0724f4a3924bf08e Mon Sep 17 00:00:00 2001 From: Konstantin Nosov Date: Fri, 8 Feb 2019 01:32:54 +0200 Subject: [PATCH] Add mailcheck.co to lovers.js (#629) Papa Parser is a great help for us. Such a function like guessing delimiters saved lots of our clients time. --- docs/resources/js/lovers.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/resources/js/lovers.js b/docs/resources/js/lovers.js index 2d02965..80c4c27 100644 --- a/docs/resources/js/lovers.js +++ b/docs/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://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 :)" } ];