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 --saveUsage
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.