Update README.md

This commit is contained in:
Ben Harris 2023-11-20 20:23:01 +00:00
parent 392dc33817
commit 96814f7262
1 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,9 @@
# matchplay utils
this is my effort to get some automated accounting for ifpa fees.
my goal is to get a count of players at each location and keep track of how much i've been reimbursed
this will need a database so i don't rate-limit myself on the matchplay api
# matchplay utils
this is my effort to get some automated accounting for ifpa fees.
my goal is to get a count of players at each location and keep track of how much i've been reimbursed
this will need a database so i don't rate-limit myself on the matchplay api
i ended up using a spreadsheet and sqlite to query from the html table on my ifpa tournament page. I wrote about it on [my blog](https://benharri.org/keep-it-simple/)