Skip to content

Releases: o8e/soccer-scrape

Implement testing, CI and publish to NPM

16 Mar 16:35
@o8e o8e
5611c30
Compare
Choose a tag to compare
  • Update docs and publish to NPM (module code remains unchanged)
  • Add testing with mocha/chai and configure travis

Develop initial function to fetch fixtures

14 Mar 17:32
@o8e o8e
5611c30
Compare
Choose a tag to compare

Create a function to navigate to Bet365, and then to the relevant page for todays unplayed fixtures. This will return a fixture object with three attributes.

{
  scheduled: '19:45',
  homeTeam: 'Barcelona',
  awayTeam: 'Chelsea'
}