Skip to content

andregri/fantacalcio-voti-live-js

Repository files navigation

fantacalcio-voti-live

A nodejs library to download live data from fantacalcio.it api.

Get started

npm

Install fantacalcio-voti-live:

$ npm i fantacalcio-voti-live@latest

To download json live data of a specific day:

$ npm fantacalcio-voti-live <day>

For instance, to download live data of day 9:

$ npx fantacalcio-voti-live 9

To save data to a file:

$ npx fantacalcio-voti-live 9 > live_data.json

docker

To run the tool from a Docker container:

$ docker run -it andregri/fantacalcio-voti-live:latest <day>

For instance, to download live data of day 9:

$ docker run -it andregri/fantacalcio-voti-live:latest 9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published