JakeCG / cricketData

A side project for a cricket based information generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>',
};

About

A side project for a cricket based information generator.

License:MIT License


Languages

Language:JavaScript 100.0%