cricketScoreApi

Cricket Score API

Welcome to the Cricket Score API! This project is designed to provide real-time cricket scores using TypeScript and npm.

Status

Firebase Deployment

Run Tests

Code Coverage

Our aim is to maintain high code coverage to ensure the quality of the project. Here are our current stats:

Functions Lines

Getting Started

To get a copy of the project up and running on your local machine, follow these steps:

  1. Clone the repository: git clone https://github.com/deveshsangwan/cricketScoreApi.git
  2. Install dependencies: npm install
  3. Start the server: npm run dev

Usage

Running Tests

After setting up the project, you can run the tests to ensure everything is working as expected. Follow these steps:

  1. Run the test command: npm run test

This command will run the test suite for the project.

  1. If you want to check the code coverage of your tests, you can run: npm run test:coverage

This command will run the tests and generate a coverage report.

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) License. See the LICENSE.md file for details.