From c6829176561ba7ac01b7be75a5b4486315ac0026 Mon Sep 17 00:00:00 2001
From: carlos
Date: Sat, 4 Jun 2022 16:51:38 -0400
Subject: [PATCH] feat: adding npm project
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 2cab201..1ebbd9a 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,9 @@
+
+
+
---
@@ -36,6 +39,10 @@ Do you want to contribute together? Text me
---
Projects
+CSV to JSON
+
+- Convert CVS files in JSON files in nodejs, [Available as NPM package](https://www.npmjs.com/package/async-convert-csv-to-json) - Repository on [Github](https://github.com/CarGDev/converter-csv-to-json)
+
Timestamp to local time
- Convert the timestamp in miliseconds in a format yyyy/mm/dd hh:mm:ss with GMT-00:00 as time default, [Available as NPM package](https://www.npmjs.com/package/convert-time-gmt) - Repository on [Github](https://github.com/CarGDev/time-function)