First working version that let you download pass on http request

Added config.json for paths and credentials configuration.
This commit is contained in:
Alexander Cerutti
2018-05-06 00:06:38 +02:00
parent 7164961ddb
commit 269e85e7f8
7 changed files with 649 additions and 49 deletions

View File

@@ -9,6 +9,8 @@
"author": "Alexander Patrick Cerutti",
"license": "ISC",
"dependencies": {
"archiver": "^2.1.1",
"async": "^2.6.0",
"express": "^4.16.3"
}
}