chore: add root README file

This commit is contained in:
M. George Hansen 2022-05-09 11:36:49 -07:00
parent 8b8f84ede1
commit 4d5e055931
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM

5
README.md Normal file
View file

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