This simple NodeJS Express Server collects everything pointing to root in a timestamped file.
- node and npm needed
git clone https://github.com/toorusr/expresscollect # clone repo
cd expresscollect
npm i # install dependenciesnode app.js # everything should be running thenMIT