Khaled Mahmoud
Khaled Mahmoud

Reputation: 35

How to download/save json data from api server and update it every spacific time automatically?

Hi guys I'm still beginner at using node.js so I want to know if is there a method to download from the below server

https://fantasy.premierleague.com/api/element-summary/ ID here /

I need to save the json data for around 500 IDs and update them on specific times if that do-able.

thanks in advance

Upvotes: 0

Views: 152

Answers (1)

Cristhian Ramirez
Cristhian Ramirez

Reputation: 11

Another option is that you will schedule a chrono from cpanel. It is an option that allows you to execute a certain command every certain time.

Upvotes: 1

Related Questions