tennis-score-processor

Open source library dedicated to processing tennis match scoring and providing analytics over scoring data.

View project on GitHub

Tennis Score Processor

Tennis Score Processor is an open source library dedicated to processing tennis match scoring.

Build Status Coverage Status

Tennis Score Processor is a Java based library that accepts tennis point data as input and then processes the results into a variety of data sets.

Use Tennis Score Processor to:

  • Record match data on a stroke-by-stroke basis
  • Analyze recorded match data
  • Process tennis scoring results in real-time
  • Whatever else your imagine can dream up!

The application is currently in it’s discovery phase. Feedback and Pull Requests are welcome.

Installation

There will be some pretty cool instructions on how to install this software when we have an actual release.

Usage example

TODO

Development setup

  1. Fork/Clone the Repository
  2. Install Lombok into your IDE
  3. Import the project into your IDE
mvn clean test

Release History

  • 0.0.1-SNAPSHOT
    • Work in progress

Meta

Tony Lopez – tony.lopez1013@gmail.com

Distributed under the Apache License. See LICENSE for more information.

https://github.com/lopezton/tennis-score-processor

Contributing

  1. Fork it (https://github.com/lopezton/tennis-score-processor/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request