ATP/WTA IDs
ATP/WTA IDs is a simple open source project that provides JavaScript modules to print the player IDs of ATP and WTA tours.
Install dependencies
You can install the project dependencies using npm:
npm install
Usage
ATP Players
To print the IDs of ATP players, use the following:
node atp-wta-ids/print-atp-players.js
WTA Players
To print the IDs of WTA players, use the following:
node atp-wta-ids/print-wta-players.js
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Please read CONTRIBUTING.md for details on how to contribute to this project.
Acknowledgments
This project uses the following dependencies:
- jsdom - A JavaScript implementation of the WHATWG DOM and HTML standards.