Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new non-profit #31

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions src/non-profits-data/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
import { NonProfit } from '../types/non-profit';

const nonProfits: readonly NonProfit[] = [
{
npCode: 'Gamble Alert',
name: 'Gamble Alert',
email: '[email protected]',
country: 'Nigeria',
website: 'https://gamblealert.org/',
logo: 'https://gamblealert.org/wp-content/uploads/2023/11/cropped-logo.png',
foundedYear: '2021',
description:
"Awareness on Gambling Risk Initiative (Gamble Alert) is a nonprofit dedicated to the prevention of gambling harm, and the provision of support for persons adversely affected by their gambling or that of their significant others.Gamble Alert also works to sensitize the youths on internet safety and protect them from risks associated with the use of the internet, including in-game bullying, online grooming, and gaming/gambling addiction.",
isVerified: true,
verifications: [
{
date: new Date('Oct 10, 2024'),
verifier: '@HammedBabatunde',
},
],
paymentMethods: [
{
type: 'chimoney',
paymentID: {
test: '',
production: '8aGbJOS5GJsXfezsxhHV',
},
donationHandler: 'chimoneyDonation',
},
],
},
{
npCode: 'Renbi Women',
name: 'Renbi Women',
Expand Down
Loading