Skip to content

hzaheer48/CricketInfoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cricket API Dashboard

This project is a simple web application built with Express.js to display cricket match information using the CricAPI. It provides features such as viewing current matches, scoreboard, series information, and details about teams and players.

Prerequisites

Before running the application, make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/hzaheer48/cricket-api-dashboard.git
    
    
  2. Navigate to the project directory:

    cd cricket-api-dashboard
  3. Install dependencies:

    npm install

Configuration

Ensure that you have a valid API key from CricAPI and update the API_KEY variable in app.js with your key.

const API_KEY = 'your-api-key';

Usage

Start the server:

node index.js

Visit http://localhost:8080 in your browser to access the cricket dashboard.

Features

  • View current matches
  • Check scoreboard for ongoing matches
  • Explore cricket series information
  • Display details about teams and players
  • Search for players by name

Screenshots

Alt text Alt text Alt text Alt text Alt text

Contributions

Feel free to contribute to this project by opening issues or creating pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages