Skip to content

ordepdev/scores-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scores-parser Build Status

Extract soccer results from the web.

npm install -g scores-parser

Format

[
    { status: 'FT', home: 'team 1', result: '2-0', away: 'team 2'},
    { status: 'HT', home: 'team 1', result: '0-1', away: 'team 2'},
    { status: '30"', home: 'team 1', result: '0-0', away: 'team 2'},
    { status: '18:00', home: 'team 1', result: '?-?', away: 'team 2'},
]

Usage

var scores = require('scores-parser')

scores({}, function (data) {
  // handle results
})

scores({ date: 'YYYY-MM-DD' }, function (data) {
  // handle results
})

License

MIT

About

Extract soccer results from the web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published