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).