3.0.2 • Published 5 years ago

wimbledon-champions v3.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

Wimbledon champions

List of 'Open Era' Wimbledon singles champions, 1968–present.

Installing

npm i -D wimbledon-champions

Usage

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
      }
    ]
  },
  ...
];
*/

Licensing

The code in this project is licensed under MIT license.

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago