0.0.4 • Published 12 months ago

@silent_m4gician/ftv-scraper v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

FLTV scraper

futbol libre tv - node scraper

Usage/Examples

npm i @silent_m4gician/ftv-scraper
const { getData } = require("@silent_m4gician/ftv-scraper");

const getMatches = async () =>{
  const matches = await getData()
  console.log(matches)
}

getMatches()

Screenshots

cmd terminal FTV page

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago