0.0.4 • Published 2 years ago

@silent_m4gician/ftv-scraper v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago