feat: initial commit of csv-to-json service

This commit is contained in:
M. George Hansen 2022-05-08 21:03:52 -07:00
commit 8b9d382573
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
6 changed files with 1521 additions and 0 deletions

11
web-client/package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "web-client",
"version": "0.1.0",
"description": "A web client for csv-to-json.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "M. George Hansen",
"license": "UNLICENSED"
}