Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dohooo/get-past-sponsors
💰 Simple script to get the past sponsors.
https://github.com/dohooo/get-past-sponsors
node nodejs script spnsorship sponsor sponsors
Last synced: 3 days ago
JSON representation
💰 Simple script to get the past sponsors.
- Host: GitHub
- URL: https://github.com/dohooo/get-past-sponsors
- Owner: dohooo
- Created: 2022-11-07T10:01:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T03:34:18.000Z (over 2 years ago)
- Last Synced: 2025-01-17T07:25:18.626Z (26 days ago)
- Topics: node, nodejs, script, spnsorship, sponsor, sponsors
- Language: TypeScript
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# get-past-sponsors
> The new Sponsors Profile is [released](https://github.com/community/community/discussions/37234) that includes the past sponsors. But we can't get the past sponsors from the API.
💰 Simple script to get the past sponsors.## Installation
```bash
pnpm install get-past-sponsors
```## Usage
```ts
import getPastSponsors from "get-past-sponsors";await getPastSponsors('dohooo')
.then(sponsors=>{
console.log(sponsors)
})
.catch(e=>{
console.error(e)
})
```## Types
```ts
interface IUser {
username: string
avatar: string
}getPastSponsors(username: string): Promise
```## Sponsors
![]()
## License
[MIT](./LICENSE) License © 2022 [Dohooo](https://github.com/dohooo)