Hacker News new | ask | show | jobs
by 11235813213455 2312 days ago
there's https://www.npmjs.com/package/fetch-cookie for node

  // fetch with cookies:
  const fetch = require('fetch-cookie/node-fetch')(require('node-fetch'));