Skip to content

Instantly share code, notes, and snippets.

View oantyneskul's full-sized avatar

Oleksandr Antyneskul oantyneskul

  • Moonfare GmbH
  • Berlin
View GitHub Profile
import express from "express";
import request from "request";
import async from "async";
import archiver from "archiver";
const app = express();
const port = 3003;
app.get("/", async (req, res) => {
console.time("zip");