0.1.2 • Published 2 years ago

get-past-sponsors v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

get-past-sponsors

The new Sponsors Profile is released that includes the past sponsors. But we can't get the past sponsors from the API.

Installation

pnpm install get-past-sponsors

Usage

import getPastSponsors from "get-past-sponsors";

await getPastSponsors('dohooo')
.then(sponsors=>{
  console.log(sponsors)
})
.catch(e=>{
  console.error(e)
})

Types

interface IUser {
    username: string
    avatar: string
}

getPastSponsors(username: string): Promise<IUser[]>

Sponsors

License

MIT License © 2022 Dohooo

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago