Skip to content

A side project for a cricket based information generator.

License

Notifications You must be signed in to change notification settings

JakeCG/cricketData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cricket Data

A side project to collate data based upon cricket teams.

Currently no UI available, so change line 37 of src/app.js to find which data you want.

You will also need an API key for free from: https://cricketdata.org/, this should be placed in a config.js file, in the src directory, with the structure:
module.exports = {
APIKey: '<your-api-value>',
};