1.2.3 • Published 6 years ago

football-matches v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

football-matches

Work In Progress. Just Real Madrid matches at this moment

Install

npm install football-matches

Usage

API key

You need a free API key from football-data.org

Example

const getMatches = require('football-matches')
const realMadridMatches = await getMatches('real madrid', { apiKey: myKey })
//=> [...]

Options

getMatches(team, {
  apiKey: '',   // Your personal API key
  played: false // filter matches already played
})

License

MIT

Author

me
Pablo Varela
1.2.3

6 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago