JSPM

fussball-de-matchplan-grabber

0.1.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q56903F
  • License GPL-3.0

A NodeJS module for grabbing the team matchplan from fussball.de

Package Exports

  • fussball-de-matchplan-grabber

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fussball-de-matchplan-grabber) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

fussball-de-matchplan-grabber

A NodeJS module for match plan grabbing from fussball.de

Installation

npm install fussball-de-matchplan-grabber --save

Usage

var fussballDeMatchplanGrabber = require('fussball-de-matchplan-grabber');
fussballDeMatchplanGrabber.parseMatchplan(URL_TO_TEAM_NEXT_GAMES, callback);

URL_TO_TEAM_NEXT_GAMES = 'http://www.fussball.de/ajax.team.next.games/-/team-id/01S687UBF8000000VS548985VUL18RL3'

callback - Is called with the resulting match plan.