1.0.2 • Published 3 years ago

@suhascv/soccer-scrapper v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

soccer-scrapper

use soccer-scrapper to fecth real time JSON data of top 5 european leagues

install

npm install @suhascv/soccer-scrapper

usage

var soccerScrapper = require('@suhascv/soccer-scrapper');

async function extract(league){
let resp = await soccerScrapper.standings(league);
console.log(resp);
return resp;
}

extract('ligue-1');
extract('premier-league');
extract('serie-a');
extract('bundesliga');
extract('la-liga');
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago