Skip to content

Commit

Permalink
Merge pull request #1 from Chimoney/main
Browse files Browse the repository at this point in the history
Added 10 non-Profit Organizations
  • Loading branch information
codegirl254 authored Oct 31, 2024
2 parents 95dcffb + d370c20 commit 884a67f
Showing 1 changed file with 28 additions and 0 deletions.
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

0 comments on commit 884a67f

Please sign in to comment.