From 4d5e055931f420bed50a858350dbc58e0472deaf Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Mon, 9 May 2022 11:36:49 -0700 Subject: [PATCH] chore: add root README file --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..48d79db --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# csv-to-json + +A http2-capible web server and web client for transforming CSVs into an array of JSON objects. + +See [csv-to-json](csv-to-json/README.md) for the server implementation, and [web-client](web-client/README.md).