I have a server on NodeJS.

There is a site where there is one file. My server should download this file every day. How to implement it?

    1 answer 1

    For Node.js, there is an http request:

    https://nodejs.org/docs/v0.5.2/api/http.html#http.request