galiminus / zipper-stream-express

Express app to download zip files on the fly from a list of URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zipper-stream-express

Simple Express App to zip URLs on the fly and return a single zip archive. It's mostly used for mass-downloading.

How does it work?

Well, the code is currently 25 lines long in total so you can check it out, but nothing fancy, the app just pipes things around. It shouldn't use much memory (the size of the input doesn't matter much) and doesn't use any temporary storage.

API

GET /zip?urls=[comma],[separated],[list],[of],[urls]

And that's it, the download should start immediately. You can also use a POST request for longer url list.

About

Express app to download zip files on the fly from a list of URLs


Languages

Language:JavaScript 100.0%