This is a Chrome extension that fetches live scores and other match details for the Indian Premier League (IPL) cricket matches using the API provided by cricketdata.org. This is my first ever project in JavaScript and it's intended to serve as a learning exercise for me.
To use this extension, you need to install it in your Chrome browser. Some basic knowledge of JavaScript and implementation using APIs(Application User Interface) was be used to build this project.
- Clone this repository to your local machine.
- Open Chrome browser and type
chrome://extensions/
in the address bar. - Enable
Developer mode
. - Click on the
Load unpacked
button and select the folder where the cloned repository is saved. - The extension will be installed in your browser.
- Click on the extension icon in the Chrome browser toolbar.
- The extension will fetch live scores and other match details for the current IPL matches using the API provided by cricketdata.org.
- The scores and details will be displayed in a popup window.
- You can click on the
Refresh
button to update the scores.
This project uses the following dependencies:
fetch
API to retrieve data from the API provided by cricketdata.org.
This project was made possible by the API provided by cricketdata.org.
This project is licensed under the MIT License. See the LICENSE.md file for details.