List of 'Open Era' Wimbledon singles champions, 1968–present.
npm i -D wimbledon-champions
import wimbledonChampions from "wimbledon-champions";
console.log(wimbledonChampions());
/*
[
{
name: "Rod Laver",
titles: [
{
title: "Gentlemen's Singles",
year: 1968
},
{
title: "Gentlemen's Singles",
year: 1969
}
]
},
{
name: "Billie Jean King",
titles: [
{
title: "Ladies' Singles",
year: 1968
},
{
title: "Ladies' Singles",
year: 1972
},
{
title: "Ladies' Singles",
year: 1973
},
{
title: "Ladies' Singles",
year: 1975
}
]
},
...
];
*/
The code in this project is licensed under MIT license.