Thursday, September 30, 2021

[NodeJs] download file (node-fetch)

 import fetch from "node-fetch";

fetch('https://xxxxxxxxxxxxxxxxxxxxxxx')

  .then(function(response) {

    return response.json();

  })

  .then(function(myJson) {

    console.log(myJson);

  });



npm install node-fetch

node main.js


No comments:

Post a Comment

n8n index

 【n8n免費本地端部署】Windows版|程式安裝x指令大補帖  【一鍵安裝 n8n】圖文教學,獲得無限額度自動化工具&限時免費升級企業版功能