https://github.com/lakhindarpal/wplt20-api
The WPL T20 API provides data about the Women's Premier League T20 cricket tournament
https://github.com/lakhindarpal/wplt20-api
cheerio cheerio-js cricket cricket-api cricket-stats deno ipl ipl-api ipl-data ipl2020 iplt20 restapi restful-api webscraping wpl wplt20
Last synced: 3 months ago
JSON representation
The WPL T20 API provides data about the Women's Premier League T20 cricket tournament
- Host: GitHub
- URL: https://github.com/lakhindarpal/wplt20-api
- Owner: LakhindarPal
- License: mit
- Created: 2024-05-21T03:14:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T03:18:08.000Z (about 1 year ago)
- Last Synced: 2025-03-02T04:28:08.433Z (3 months ago)
- Topics: cheerio, cheerio-js, cricket, cricket-api, cricket-stats, deno, ipl, ipl-api, ipl-data, ipl2020, iplt20, restapi, restful-api, webscraping, wpl, wplt20
- Language: JavaScript
- Homepage: https://wplt20.deno.dev
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPLT20 API
The WPLT20 API provides data about the Women's Premier League T20 cricket tournament. It scrapes the official page of the tournament using Cheerio, providing users with easy access to the latest information about matches, teams, players, and more.
## Documentation
For detailed documentation and usage examples, please visit the [WPLT20 API Documentation Page](https://wplt20.deno.dev).
## Technologies Used
- Deno
- Cheerio
- JavaScript (ES6)
- itty-router## Installation
To use the WPLT20 API, you'll need to have Deno installed. You can install the latest version of Deno by visiting the [official Deno website](https://deno.land/#installation).
## Usage
```bash
# Clone the repository
git clone https://github.com/LakhindarPal/wplt20-api.git# Navigate to the project directory
cd wplt20-api# Run the API
deno task start
```Once the server is running, open port 8000 in your localhost. And you can access the API endpoints as documented [here](http://localhost:8000/).
## Note
The structure of the data returned by this API is not consistent due to variations in the official website.
This API does not cover all paths of the official website and may not provide access to all available data.## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.