Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: campeonato-brasileiro-api
node v8.17.0
endpoint
share
tweet
const cb = require('campeonato-brasileiro-api'); const serie = 'a'; cb.tabela(serie).then(function(tabela) { console.log(tabela); }, function(err){ console.log(err); }); const rodada = '1'; cb.rodadaAtual(serie, rodada).then(function(rodada) { console.log(rodada); }, function(err){ console.log(err); });
Created from: https://npm.runkit.com/campeonato-brasileiro-api
Loading…
Clone and edit this document