Skip to content

silentm4gician/fltv-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLTV scraper

futbol libre tv - node scraper

Usage/Examples

npm i @silent_m4gician/ftv-scraper
import { getData } from "@silent_m4gician/ftv-scraper"

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

getMatches()

Screenshots

cmd terminal FTV page